Uses of Class
software.amazon.awscdk.services.workspaces.CfnWorkspace.Builder
Packages that use CfnWorkspace.Builder
-
Uses of CfnWorkspace.Builder in software.amazon.awscdk.services.workspaces
Methods in software.amazon.awscdk.services.workspaces that return CfnWorkspace.BuilderModifier and TypeMethodDescriptionThe identifier of the bundle for the WorkSpace.static CfnWorkspace.BuilderCfnWorkspace.Builder.directoryId(String directoryId) The identifier of the AWS Directory Service directory for the WorkSpace.CfnWorkspace.Builder.rootVolumeEncryptionEnabled(Boolean rootVolumeEncryptionEnabled) Indicates whether the data stored on the root volume is encrypted.CfnWorkspace.Builder.rootVolumeEncryptionEnabled(IResolvable rootVolumeEncryptionEnabled) Indicates whether the data stored on the root volume is encrypted.The tags for the WorkSpace.The user name of the user for the WorkSpace.CfnWorkspace.Builder.userVolumeEncryptionEnabled(Boolean userVolumeEncryptionEnabled) Indicates whether the data stored on the user volume is encrypted.CfnWorkspace.Builder.userVolumeEncryptionEnabled(IResolvable userVolumeEncryptionEnabled) Indicates whether the data stored on the user volume is encrypted.CfnWorkspace.Builder.volumeEncryptionKey(String volumeEncryptionKey) The symmetric AWS KMS key used to encrypt data stored on your WorkSpace.CfnWorkspace.Builder.workspaceProperties(IResolvable workspaceProperties) The WorkSpace properties.CfnWorkspace.Builder.workspaceProperties(CfnWorkspace.WorkspacePropertiesProperty workspaceProperties) The WorkSpace properties.