コード例 #1
0
ファイル: Workspace.java プロジェクト: atokhy/aws-sdk-java
 /**
  * The identifier of the subnet that the WorkSpace is in.
  *
  * @param subnetId The identifier of the subnet that the WorkSpace is in.
  * @return Returns a reference to this object so that method calls can be chained together.
  */
 public Workspace withSubnetId(String subnetId) {
   setSubnetId(subnetId);
   return this;
 }