@Generated(value="software.amazon.awssdk:codegen") public final class EbsBlockDeviceConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EbsBlockDeviceConfig.Builder,EbsBlockDeviceConfig>
Configuration of requested EBS block device associated with the instance group with count of volumes that are associated to every instance.
Modifier and Type | Class and Description |
---|---|
static interface |
EbsBlockDeviceConfig.Builder |
Modifier and Type | Method and Description |
---|---|
static EbsBlockDeviceConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends EbsBlockDeviceConfig.Builder> |
serializableBuilderClass() |
EbsBlockDeviceConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
VolumeSpecification |
volumeSpecification()
EBS volume specifications such as volume type, IOPS, size (GiB) and throughput (MiB/s) that are requested for the
EBS volume attached to an EC2 instance in the cluster.
|
Integer |
volumesPerInstance()
Number of EBS volumes with a specific volume configuration that are associated with every instance in the
instance group
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final VolumeSpecification volumeSpecification()
EBS volume specifications such as volume type, IOPS, size (GiB) and throughput (MiB/s) that are requested for the EBS volume attached to an EC2 instance in the cluster.
public final Integer volumesPerInstance()
Number of EBS volumes with a specific volume configuration that are associated with every instance in the instance group
public EbsBlockDeviceConfig.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<EbsBlockDeviceConfig.Builder,EbsBlockDeviceConfig>
public static EbsBlockDeviceConfig.Builder builder()
public static Class<? extends EbsBlockDeviceConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.