コード例 #1
0
ファイル: Workspace.java プロジェクト: atokhy/aws-sdk-java
 /**
  * Specifies whether the data stored on the root volume, or C: drive, is encrypted.
  *
  * @param rootVolumeEncryptionEnabled Specifies whether the data stored on the root volume, or C:
  *     drive, is encrypted.
  * @return Returns a reference to this object so that method calls can be chained together.
  */
 public Workspace withRootVolumeEncryptionEnabled(Boolean rootVolumeEncryptionEnabled) {
   setRootVolumeEncryptionEnabled(rootVolumeEncryptionEnabled);
   return this;
 }