public static interface EBSOptions.Builder extends CopyableBuilder<EBSOptions.Builder,EBSOptions>
| Modifier and Type | Method and Description |
|---|---|
EBSOptions.Builder |
ebsEnabled(Boolean ebsEnabled)
Specifies whether EBS-based storage is enabled.
|
EBSOptions.Builder |
iops(Integer iops)
Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).
|
EBSOptions.Builder |
volumeSize(Integer volumeSize)
Integer to specify the size of an EBS volume.
|
EBSOptions.Builder |
volumeType(String volumeType)
Specifies the volume type for EBS-based storage.
|
EBSOptions.Builder |
volumeType(VolumeType volumeType)
Specifies the volume type for EBS-based storage.
|
copyapply, buildEBSOptions.Builder ebsEnabled(Boolean ebsEnabled)
Specifies whether EBS-based storage is enabled.
ebsEnabled - Specifies whether EBS-based storage is enabled.EBSOptions.Builder volumeType(String volumeType)
Specifies the volume type for EBS-based storage.
volumeType - Specifies the volume type for EBS-based storage.VolumeType,
VolumeTypeEBSOptions.Builder volumeType(VolumeType volumeType)
Specifies the volume type for EBS-based storage.
volumeType - Specifies the volume type for EBS-based storage.VolumeType,
VolumeTypeEBSOptions.Builder volumeSize(Integer volumeSize)
Integer to specify the size of an EBS volume.
volumeSize - Integer to specify the size of an EBS volume.EBSOptions.Builder iops(Integer iops)
Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).
iops - Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.