Uses of Class
software.amazon.awscdk.services.workspaces.CfnWorkspaceProps.Builder
Packages that use CfnWorkspaceProps.Builder
-
Uses of CfnWorkspaceProps.Builder in software.amazon.awscdk.services.workspaces
Methods in software.amazon.awscdk.services.workspaces that return CfnWorkspaceProps.BuilderModifier and TypeMethodDescriptionstatic CfnWorkspaceProps.BuilderCfnWorkspaceProps.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()Constructors in software.amazon.awscdk.services.workspaces with parameters of type CfnWorkspaceProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnWorkspaceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnWorkspaceProps.Builder.