Uses of Class
software.amazon.awscdk.services.workspaces.CfnWorkspaceProps.Builder
-
Uses of CfnWorkspaceProps.Builder in software.amazon.awscdk.services.workspaces
Modifier and TypeMethodDescriptionstatic CfnWorkspaceProps.Builder
CfnWorkspaceProps.builder()
Sets the value ofCfnWorkspaceProps.getBundleId()
CfnWorkspaceProps.Builder.directoryId
(String directoryId) Sets the value ofCfnWorkspaceProps.getDirectoryId()
CfnWorkspaceProps.Builder.rootVolumeEncryptionEnabled
(Boolean rootVolumeEncryptionEnabled) Sets the value ofCfnWorkspaceProps.getRootVolumeEncryptionEnabled()
CfnWorkspaceProps.Builder.rootVolumeEncryptionEnabled
(IResolvable rootVolumeEncryptionEnabled) Sets the value ofCfnWorkspaceProps.getRootVolumeEncryptionEnabled()
Sets the value ofCfnWorkspaceProps.getTags()
Sets the value ofCfnWorkspaceProps.getUserName()
CfnWorkspaceProps.Builder.userVolumeEncryptionEnabled
(Boolean userVolumeEncryptionEnabled) Sets the value ofCfnWorkspaceProps.getUserVolumeEncryptionEnabled()
CfnWorkspaceProps.Builder.userVolumeEncryptionEnabled
(IResolvable userVolumeEncryptionEnabled) Sets the value ofCfnWorkspaceProps.getUserVolumeEncryptionEnabled()
CfnWorkspaceProps.Builder.volumeEncryptionKey
(String volumeEncryptionKey) Sets the value ofCfnWorkspaceProps.getVolumeEncryptionKey()
CfnWorkspaceProps.Builder.workspaceProperties
(IResolvable workspaceProperties) Sets the value ofCfnWorkspaceProps.getWorkspaceProperties()
CfnWorkspaceProps.Builder.workspaceProperties
(CfnWorkspace.WorkspacePropertiesProperty workspaceProperties) Sets the value ofCfnWorkspaceProps.getWorkspaceProperties()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnWorkspaceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnWorkspaceProps.Builder
.