Class EphemeralStorage
- java.lang.Object
-
- software.amazon.awssdk.services.ecs.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. For more information, see Using data volumes in tasks in the Amazon ECS Developer Guide;.
For tasks using the Fargate launch type, the task requires the following platforms:
-
Linux platform version
1.4.0
or later. -
Windows platform version
1.0.0
or later.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
EphemeralStorage.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EphemeralStorage.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 EphemeralStorage.Builder>
serializableBuilderClass()
Integer
sizeInGiB()
The total amount, in GiB, of ephemeral storage to set for the task.EphemeralStorage.Builder
toBuilder()
String
toString()
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
20
GiB and the maximum supported value is200
GiB.- Returns:
- The total amount, in GiB, of ephemeral storage to set for the task. The minimum supported value is
20
GiB and the maximum supported value is200
GiB.
-
toBuilder
public EphemeralStorage.Builder toBuilder()
- Specified by:
toBuilder
in 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:
equalsBySdkFields
in 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.
-
-