EbsBlockDevice.Builder |
EbsBlockDevice.Builder.availabilityZone(String availabilityZone) |
The Availability Zone where the EBS volume will be created (for example, us-east-1a).
|
EbsBlockDevice.Builder |
EbsBlockDevice.Builder.availabilityZoneId(String availabilityZoneId) |
The ID of the Availability Zone where the EBS volume will be created (for example, use1-az1).
|
static EbsBlockDevice.Builder |
EbsBlockDevice.builder() |
|
EbsBlockDevice.Builder |
EbsBlockDevice.Builder.deleteOnTermination(Boolean deleteOnTermination) |
Indicates whether the EBS volume is deleted on instance termination.
|
EbsBlockDevice.Builder |
EbsBlockDevice.Builder.ebsCardIndex(Integer ebsCardIndex) |
The index of the EBS card.
|
EbsBlockDevice.Builder |
EbsBlockDevice.Builder.encrypted(Boolean encrypted) |
Indicates whether the encryption state of an EBS volume is changed while being restored from a backing
snapshot.
|
EbsBlockDevice.Builder |
EbsBlockDevice.Builder.iops(Integer iops) |
The number of I/O operations per second (IOPS).
|
EbsBlockDevice.Builder |
EbsBlockDevice.Builder.kmsKeyId(String kmsKeyId) |
Identifier (key ID, key alias, key ARN, or alias ARN) of the customer managed KMS key to use for EBS
encryption.
|
EbsBlockDevice.Builder |
EbsBlockDevice.Builder.outpostArn(String outpostArn) |
The ARN of the Outpost on which the snapshot is stored.
|
EbsBlockDevice.Builder |
EbsBlockDevice.Builder.snapshotId(String snapshotId) |
The ID of the snapshot.
|
EbsBlockDevice.Builder |
EbsBlockDevice.Builder.throughput(Integer throughput) |
The throughput that the volume supports, in MiB/s.
|
EbsBlockDevice.Builder |
EbsBlockDevice.toBuilder() |
|
EbsBlockDevice.Builder |
EbsBlockDevice.Builder.volumeInitializationRate(Integer volumeInitializationRate) |
Specifies the Amazon EBS Provisioned Rate for Volume Initialization (volume initialization rate), in MiB/s,
at which to download the snapshot blocks from Amazon S3 to the volume.
|
EbsBlockDevice.Builder |
EbsBlockDevice.Builder.volumeSize(Integer volumeSize) |
The size of the volume, in GiBs.
|
EbsBlockDevice.Builder |
EbsBlockDevice.Builder.volumeType(String volumeType) |
The volume type.
|
EbsBlockDevice.Builder |
EbsBlockDevice.Builder.volumeType(VolumeType volumeType) |
The volume type.
|