Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnVolumeMixinProps.Builder
Packages that use CfnVolumeMixinProps.Builder
-
Uses of CfnVolumeMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.ec2
Methods in software.amazon.awscdk.cfnpropertymixins.services.ec2 that return CfnVolumeMixinProps.BuilderModifier and TypeMethodDescriptionCfnVolumeMixinProps.Builder.autoEnableIo(Boolean autoEnableIo) Sets the value ofCfnVolumeMixinProps.getAutoEnableIo()CfnVolumeMixinProps.Builder.autoEnableIo(IResolvable autoEnableIo) Sets the value ofCfnVolumeMixinProps.getAutoEnableIo()CfnVolumeMixinProps.Builder.availabilityZone(String availabilityZone) Sets the value ofCfnVolumeMixinProps.getAvailabilityZone()CfnVolumeMixinProps.Builder.availabilityZoneId(String availabilityZoneId) Sets the value ofCfnVolumeMixinProps.getAvailabilityZoneId()static CfnVolumeMixinProps.BuilderCfnVolumeMixinProps.builder()Sets the value ofCfnVolumeMixinProps.getEncrypted()CfnVolumeMixinProps.Builder.encrypted(IResolvable encrypted) Sets the value ofCfnVolumeMixinProps.getEncrypted()Sets the value ofCfnVolumeMixinProps.getIops()Sets the value ofCfnVolumeMixinProps.getKmsKeyId()CfnVolumeMixinProps.Builder.multiAttachEnabled(Boolean multiAttachEnabled) Sets the value ofCfnVolumeMixinProps.getMultiAttachEnabled()CfnVolumeMixinProps.Builder.multiAttachEnabled(IResolvable multiAttachEnabled) Sets the value ofCfnVolumeMixinProps.getMultiAttachEnabled()CfnVolumeMixinProps.Builder.outpostArn(String outpostArn) Sets the value ofCfnVolumeMixinProps.getOutpostArn()Sets the value ofCfnVolumeMixinProps.getSize()CfnVolumeMixinProps.Builder.snapshotId(String snapshotId) Sets the value ofCfnVolumeMixinProps.getSnapshotId()CfnVolumeMixinProps.Builder.sourceVolumeId(String sourceVolumeId) Sets the value ofCfnVolumeMixinProps.getSourceVolumeId()Sets the value ofCfnVolumeMixinProps.getTags()CfnVolumeMixinProps.Builder.throughput(Number throughput) Sets the value ofCfnVolumeMixinProps.getThroughput()CfnVolumeMixinProps.Builder.volumeInitializationRate(Number volumeInitializationRate) Sets the value ofCfnVolumeMixinProps.getVolumeInitializationRate()CfnVolumeMixinProps.Builder.volumeType(String volumeType) Sets the value ofCfnVolumeMixinProps.getVolumeType()Constructors in software.amazon.awscdk.cfnpropertymixins.services.ec2 with parameters of type CfnVolumeMixinProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnVolumeMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnVolumeMixinProps.Builder.