Class EcsEphemeralStorage
- java.lang.Object
-
- software.amazon.awssdk.services.pipes.model.EcsEphemeralStorage
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EcsEphemeralStorage.Builder,EcsEphemeralStorage>
@Generated("software.amazon.awssdk:codegen") public final class EcsEphemeralStorage extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EcsEphemeralStorage.Builder,EcsEphemeralStorage>
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. For more information, see Fargate task storage in the Amazon ECS User Guide for Fargate.
This parameter is only supported for tasks hosted on Fargate using Linux platform version
1.4.0or later. This parameter is not supported for Windows containers on Fargate.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEcsEphemeralStorage.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EcsEphemeralStorage.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends EcsEphemeralStorage.Builder>serializableBuilderClass()IntegersizeInGiB()The total amount, in GiB, of ephemeral storage to set for the task.EcsEphemeralStorage.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 EcsEphemeralStorage.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EcsEphemeralStorage.Builder,EcsEphemeralStorage>
-
builder
public static EcsEphemeralStorage.Builder builder()
-
serializableBuilderClass
public static Class<? extends EcsEphemeralStorage.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.
-
-