コード例 #1
0
ファイル: Workspace.java プロジェクト: atokhy/aws-sdk-java
 /**
  * The name of the WorkSpace as seen by the operating system.
  *
  * @param computerName The name of the WorkSpace as seen by the operating system.
  * @return Returns a reference to this object so that method calls can be chained together.
  */
 public Workspace withComputerName(String computerName) {
   setComputerName(computerName);
   return this;
 }