Uses of Class
software.amazon.awscdk.services.ec2.CfnSpotFleet.EbsBlockDeviceProperty.Builder
-
Uses of CfnSpotFleet.EbsBlockDeviceProperty.Builder in software.amazon.awscdk.services.ec2
Modifier and TypeMethodDescriptionCfnSpotFleet.EbsBlockDeviceProperty.builder()
CfnSpotFleet.EbsBlockDeviceProperty.Builder.deleteOnTermination
(Boolean deleteOnTermination) Sets the value ofCfnSpotFleet.EbsBlockDeviceProperty.getDeleteOnTermination()
CfnSpotFleet.EbsBlockDeviceProperty.Builder.deleteOnTermination
(IResolvable deleteOnTermination) Sets the value ofCfnSpotFleet.EbsBlockDeviceProperty.getDeleteOnTermination()
Sets the value ofCfnSpotFleet.EbsBlockDeviceProperty.getEncrypted()
CfnSpotFleet.EbsBlockDeviceProperty.Builder.encrypted
(IResolvable encrypted) Sets the value ofCfnSpotFleet.EbsBlockDeviceProperty.getEncrypted()
Sets the value ofCfnSpotFleet.EbsBlockDeviceProperty.getIops()
CfnSpotFleet.EbsBlockDeviceProperty.Builder.snapshotId
(String snapshotId) Sets the value ofCfnSpotFleet.EbsBlockDeviceProperty.getSnapshotId()
CfnSpotFleet.EbsBlockDeviceProperty.Builder.volumeSize
(Number volumeSize) Sets the value ofCfnSpotFleet.EbsBlockDeviceProperty.getVolumeSize()
CfnSpotFleet.EbsBlockDeviceProperty.Builder.volumeType
(String volumeType) Sets the value ofCfnSpotFleet.EbsBlockDeviceProperty.getVolumeType()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnSpotFleet.EbsBlockDeviceProperty.Builder
.