Class EbsBlockDeviceConfig
- java.lang.Object
-
- software.amazon.awssdk.services.emr.model.EbsBlockDeviceConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EbsBlockDeviceConfig.Builder,EbsBlockDeviceConfig>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEbsBlockDeviceConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EbsBlockDeviceConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends EbsBlockDeviceConfig.Builder>serializableBuilderClass()EbsBlockDeviceConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.VolumeSpecificationvolumeSpecification()EBS volume specifications such as volume type, IOPS, size (GiB) and throughput (MiB/s) that are requested for the EBS volume attached to an Amazon EC2 instance in the cluster.IntegervolumesPerInstance()Number of EBS volumes with a specific volume configuration that are associated with every instance in the instance group-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
volumeSpecification
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 Amazon EC2 instance in the cluster.
- Returns:
- EBS volume specifications such as volume type, IOPS, size (GiB) and throughput (MiB/s) that are requested for the EBS volume attached to an Amazon EC2 instance in the cluster.
-
volumesPerInstance
public final Integer volumesPerInstance()
Number of EBS volumes with a specific volume configuration that are associated with every instance in the instance group
- Returns:
- Number of EBS volumes with a specific volume configuration that are associated with every instance in the instance group
-
toBuilder
public EbsBlockDeviceConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EbsBlockDeviceConfig.Builder,EbsBlockDeviceConfig>
-
builder
public static EbsBlockDeviceConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends EbsBlockDeviceConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-