CopyableBuilder<EbsBlockDevice.Builder,EbsBlockDevice>
, SdkBuilder<EbsBlockDevice.Builder,EbsBlockDevice>
public static interface EbsBlockDevice.Builder extends CopyableBuilder<EbsBlockDevice.Builder,EbsBlockDevice>
Modifier and Type | Method | Description |
---|---|---|
EbsBlockDevice.Builder |
device(String device) |
The device name that is exposed to the instance, such as /dev/sdh.
|
EbsBlockDevice.Builder |
volumeSpecification(VolumeSpecification volumeSpecification) |
EBS volume specifications such as volume type, IOPS, and size (GiB) that will be requested for the EBS volume
attached to an EC2 instance in the cluster.
|
copy
apply, build
EbsBlockDevice.Builder volumeSpecification(VolumeSpecification volumeSpecification)
EBS volume specifications such as volume type, IOPS, and size (GiB) that will be requested for the EBS volume attached to an EC2 instance in the cluster.
volumeSpecification
- EBS volume specifications such as volume type, IOPS, and size (GiB) that will be requested for the EBS
volume attached to an EC2 instance in the cluster.EbsBlockDevice.Builder device(String device)
The device name that is exposed to the instance, such as /dev/sdh.
device
- The device name that is exposed to the instance, such as /dev/sdh.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.