@Stability(value=Stable) public static final class CfnVolumeProps.Builder extends Object implements software.amazon.jsii.Builder<CfnVolumeProps>
CfnVolumeProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnVolumeProps.Builder availabilityZone(String availabilityZone)
CfnVolumeProps.getAvailabilityZone()availabilityZone - `AWS::EC2::Volume.AvailabilityZone`. This parameter is required.this@Stability(value=Stable) public CfnVolumeProps.Builder autoEnableIo(Boolean autoEnableIo)
CfnVolumeProps.getAutoEnableIo()autoEnableIo - `AWS::EC2::Volume.AutoEnableIO`.this@Stability(value=Stable) public CfnVolumeProps.Builder autoEnableIo(IResolvable autoEnableIo)
CfnVolumeProps.getAutoEnableIo()autoEnableIo - `AWS::EC2::Volume.AutoEnableIO`.this@Stability(value=Stable) public CfnVolumeProps.Builder encrypted(Boolean encrypted)
CfnVolumeProps.getEncrypted()encrypted - `AWS::EC2::Volume.Encrypted`.this@Stability(value=Stable) public CfnVolumeProps.Builder encrypted(IResolvable encrypted)
CfnVolumeProps.getEncrypted()encrypted - `AWS::EC2::Volume.Encrypted`.this@Stability(value=Stable) public CfnVolumeProps.Builder iops(Number iops)
CfnVolumeProps.getIops()iops - `AWS::EC2::Volume.Iops`.this@Stability(value=Stable) public CfnVolumeProps.Builder kmsKeyId(String kmsKeyId)
CfnVolumeProps.getKmsKeyId()kmsKeyId - `AWS::EC2::Volume.KmsKeyId`.this@Stability(value=Stable) public CfnVolumeProps.Builder multiAttachEnabled(Boolean multiAttachEnabled)
CfnVolumeProps.getMultiAttachEnabled()multiAttachEnabled - `AWS::EC2::Volume.MultiAttachEnabled`.this@Stability(value=Stable) public CfnVolumeProps.Builder multiAttachEnabled(IResolvable multiAttachEnabled)
CfnVolumeProps.getMultiAttachEnabled()multiAttachEnabled - `AWS::EC2::Volume.MultiAttachEnabled`.this@Stability(value=Stable) public CfnVolumeProps.Builder outpostArn(String outpostArn)
CfnVolumeProps.getOutpostArn()outpostArn - `AWS::EC2::Volume.OutpostArn`.this@Stability(value=Stable) public CfnVolumeProps.Builder size(Number size)
CfnVolumeProps.getSize()size - `AWS::EC2::Volume.Size`.this@Stability(value=Stable) public CfnVolumeProps.Builder snapshotId(String snapshotId)
CfnVolumeProps.getSnapshotId()snapshotId - `AWS::EC2::Volume.SnapshotId`.this@Stability(value=Stable) public CfnVolumeProps.Builder tags(List<? extends CfnTag> tags)
CfnVolumeProps.getTags()tags - `AWS::EC2::Volume.Tags`.this@Stability(value=Stable) public CfnVolumeProps.Builder throughput(Number throughput)
CfnVolumeProps.getThroughput()throughput - `AWS::EC2::Volume.Throughput`.this@Stability(value=Stable) public CfnVolumeProps.Builder volumeType(String volumeType)
CfnVolumeProps.getVolumeType()volumeType - `AWS::EC2::Volume.VolumeType`.this@Stability(value=Stable) public CfnVolumeProps build()
build in interface software.amazon.jsii.Builder<CfnVolumeProps>CfnVolumePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.