@Stability(value=Stable) public static final class CfnWorkspaceProps.Builder extends Object implements software.amazon.jsii.Builder<CfnWorkspaceProps>
CfnWorkspaceProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnWorkspaceProps.Builder bundleId(String bundleId)
CfnWorkspaceProps.getBundleId()bundleId - `AWS::WorkSpaces::Workspace.BundleId`. This parameter is required.this@Stability(value=Stable) public CfnWorkspaceProps.Builder directoryId(String directoryId)
CfnWorkspaceProps.getDirectoryId()directoryId - `AWS::WorkSpaces::Workspace.DirectoryId`. This parameter is required.this@Stability(value=Stable) public CfnWorkspaceProps.Builder userName(String userName)
CfnWorkspaceProps.getUserName()userName - `AWS::WorkSpaces::Workspace.UserName`. This parameter is required.this@Stability(value=Stable) public CfnWorkspaceProps.Builder rootVolumeEncryptionEnabled(Boolean rootVolumeEncryptionEnabled)
CfnWorkspaceProps.getRootVolumeEncryptionEnabled()rootVolumeEncryptionEnabled - `AWS::WorkSpaces::Workspace.RootVolumeEncryptionEnabled`.this@Stability(value=Stable) public CfnWorkspaceProps.Builder rootVolumeEncryptionEnabled(IResolvable rootVolumeEncryptionEnabled)
CfnWorkspaceProps.getRootVolumeEncryptionEnabled()rootVolumeEncryptionEnabled - `AWS::WorkSpaces::Workspace.RootVolumeEncryptionEnabled`.this@Stability(value=Stable) public CfnWorkspaceProps.Builder tags(List<? extends CfnTag> tags)
CfnWorkspaceProps.getTags()tags - `AWS::WorkSpaces::Workspace.Tags`.this@Stability(value=Stable) public CfnWorkspaceProps.Builder userVolumeEncryptionEnabled(Boolean userVolumeEncryptionEnabled)
CfnWorkspaceProps.getUserVolumeEncryptionEnabled()userVolumeEncryptionEnabled - `AWS::WorkSpaces::Workspace.UserVolumeEncryptionEnabled`.this@Stability(value=Stable) public CfnWorkspaceProps.Builder userVolumeEncryptionEnabled(IResolvable userVolumeEncryptionEnabled)
CfnWorkspaceProps.getUserVolumeEncryptionEnabled()userVolumeEncryptionEnabled - `AWS::WorkSpaces::Workspace.UserVolumeEncryptionEnabled`.this@Stability(value=Stable) public CfnWorkspaceProps.Builder volumeEncryptionKey(String volumeEncryptionKey)
CfnWorkspaceProps.getVolumeEncryptionKey()volumeEncryptionKey - `AWS::WorkSpaces::Workspace.VolumeEncryptionKey`.this@Stability(value=Stable) public CfnWorkspaceProps.Builder workspaceProperties(CfnWorkspace.WorkspacePropertiesProperty workspaceProperties)
CfnWorkspaceProps.getWorkspaceProperties()workspaceProperties - `AWS::WorkSpaces::Workspace.WorkspaceProperties`.this@Stability(value=Stable) public CfnWorkspaceProps.Builder workspaceProperties(IResolvable workspaceProperties)
CfnWorkspaceProps.getWorkspaceProperties()workspaceProperties - `AWS::WorkSpaces::Workspace.WorkspaceProperties`.this@Stability(value=Stable) public CfnWorkspaceProps build()
build in interface software.amazon.jsii.Builder<CfnWorkspaceProps>CfnWorkspacePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.