Uses of Class
software.amazon.awscdk.services.workspacesinstances.CfnWorkspaceInstance.EbsBlockDeviceProperty.Builder
Packages that use CfnWorkspaceInstance.EbsBlockDeviceProperty.Builder
Package
Description
AWS::WorkspacesInstances Construct Library
-
Uses of CfnWorkspaceInstance.EbsBlockDeviceProperty.Builder in software.amazon.awscdk.services.workspacesinstances
Methods in software.amazon.awscdk.services.workspacesinstances that return CfnWorkspaceInstance.EbsBlockDeviceProperty.BuilderModifier and TypeMethodDescriptionCfnWorkspaceInstance.EbsBlockDeviceProperty.builder()
Sets the value ofCfnWorkspaceInstance.EbsBlockDeviceProperty.getEncrypted()
CfnWorkspaceInstance.EbsBlockDeviceProperty.Builder.encrypted
(IResolvable encrypted) Sets the value ofCfnWorkspaceInstance.EbsBlockDeviceProperty.getEncrypted()
Sets the value ofCfnWorkspaceInstance.EbsBlockDeviceProperty.getIops()
Sets the value ofCfnWorkspaceInstance.EbsBlockDeviceProperty.getKmsKeyId()
CfnWorkspaceInstance.EbsBlockDeviceProperty.Builder.throughput
(Number throughput) Sets the value ofCfnWorkspaceInstance.EbsBlockDeviceProperty.getThroughput()
CfnWorkspaceInstance.EbsBlockDeviceProperty.Builder.volumeSize
(Number volumeSize) Sets the value ofCfnWorkspaceInstance.EbsBlockDeviceProperty.getVolumeSize()
CfnWorkspaceInstance.EbsBlockDeviceProperty.Builder.volumeType
(String volumeType) Sets the value ofCfnWorkspaceInstance.EbsBlockDeviceProperty.getVolumeType()
Constructors in software.amazon.awscdk.services.workspacesinstances with parameters of type CfnWorkspaceInstance.EbsBlockDeviceProperty.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnWorkspaceInstance.EbsBlockDeviceProperty.Builder
.