Class EbsBlockDevice
- java.lang.Object
-
- software.amazon.awssdk.services.emr.model.EbsBlockDevice
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EbsBlockDevice.Builder,EbsBlockDevice>
@Generated("software.amazon.awssdk:codegen") public final class EbsBlockDevice extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EbsBlockDevice.Builder,EbsBlockDevice>
Configuration of requested EBS block device associated with the instance group.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEbsBlockDevice.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EbsBlockDevice.Builderbuilder()Stringdevice()The device name that is exposed to the instance, such as /dev/sdh.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 EbsBlockDevice.Builder>serializableBuilderClass()EbsBlockDevice.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.-
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.
-
device
public final String device()
The device name that is exposed to the instance, such as /dev/sdh.
- Returns:
- The device name that is exposed to the instance, such as /dev/sdh.
-
toBuilder
public EbsBlockDevice.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EbsBlockDevice.Builder,EbsBlockDevice>
-
builder
public static EbsBlockDevice.Builder builder()
-
serializableBuilderClass
public static Class<? extends EbsBlockDevice.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
-
-