@Generated(value="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 Fargate task storage in the Amazon ECS User Guide for Fargate.
This parameter is only supported for tasks hosted on Fargate using platform version 1.4.0 or later.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EphemeralStorage.Builder |
| Modifier and Type | Method and 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.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer sizeInGiB()
The total amount, in GiB, of ephemeral storage to set for the task. The minimum supported value is
21 GiB and the maximum supported value is 200 GiB.
21 GiB and the maximum supported value is 200 GiB.public EphemeralStorage.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EphemeralStorage.Builder,EphemeralStorage>public static EphemeralStorage.Builder builder()
public static Class<? extends EphemeralStorage.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.