Class EphemeralStorage
- java.lang.Object
-
- software.amazon.awssdk.services.batch.model.EphemeralStorage
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EphemeralStorage.Builder,EphemeralStorage>
@Generated("software.amazon.awssdk:codegen") public final class EphemeralStorage extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EphemeralStorage.Builder,EphemeralStorage>
The amount of ephemeral storage to allocate for the task. This parameter is used to expand the total amount of ephemeral storage available, beyond the default amount, for tasks hosted on Fargate.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEphemeralStorage.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EphemeralStorage.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 EphemeralStorage.Builder>serializableBuilderClass()IntegersizeInGiB()The total amount, in GiB, of ephemeral storage to set for the task.EphemeralStorage.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
sizeInGiB
public final Integer sizeInGiB()
The total amount, in GiB, of ephemeral storage to set for the task. The minimum supported value is
21GiB and the maximum supported value is200GiB.- Returns:
- The total amount, in GiB, of ephemeral storage to set for the task. The minimum supported value is
21GiB and the maximum supported value is200GiB.
-
toBuilder
public EphemeralStorage.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EphemeralStorage.Builder,EphemeralStorage>
-
builder
public static EphemeralStorage.Builder builder()
-
serializableBuilderClass
public static Class<? extends EphemeralStorage.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
-
-