Uses of Class
software.amazon.awscdk.services.workspacesinstances.CfnVolumeProps.Builder
Packages that use CfnVolumeProps.Builder
Package
Description
AWS::WorkspacesInstances Construct Library
-
Uses of CfnVolumeProps.Builder in software.amazon.awscdk.services.workspacesinstances
Methods in software.amazon.awscdk.services.workspacesinstances that return CfnVolumeProps.BuilderModifier and TypeMethodDescriptionCfnVolumeProps.Builder.availabilityZone
(String availabilityZone) Sets the value ofCfnVolumeProps.getAvailabilityZone()
static CfnVolumeProps.Builder
CfnVolumeProps.builder()
Sets the value ofCfnVolumeProps.getEncrypted()
CfnVolumeProps.Builder.encrypted
(IResolvable encrypted) Sets the value ofCfnVolumeProps.getEncrypted()
Sets the value ofCfnVolumeProps.getIops()
Sets the value ofCfnVolumeProps.getKmsKeyId()
Sets the value ofCfnVolumeProps.getSizeInGb()
CfnVolumeProps.Builder.snapshotId
(String snapshotId) Sets the value ofCfnVolumeProps.getSnapshotId()
CfnVolumeProps.Builder.tagSpecifications
(List<? extends Object> tagSpecifications) Sets the value ofCfnVolumeProps.getTagSpecifications()
CfnVolumeProps.Builder.tagSpecifications
(IResolvable tagSpecifications) Sets the value ofCfnVolumeProps.getTagSpecifications()
CfnVolumeProps.Builder.throughput
(Number throughput) Sets the value ofCfnVolumeProps.getThroughput()
CfnVolumeProps.Builder.volumeType
(String volumeType) Sets the value ofCfnVolumeProps.getVolumeType()
Constructors in software.amazon.awscdk.services.workspacesinstances with parameters of type CfnVolumeProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnVolumeProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnVolumeProps.Builder
.