@Generated(value="software.amazon.awssdk:codegen") public final class AwsMountPoint extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsMountPoint.Builder,AwsMountPoint>
Details for a volume mount point that's used in a container definition.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsMountPoint.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsMountPoint.Builder |
builder() |
String |
containerPath()
The path on the container to mount the host volume at.
|
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 AwsMountPoint.Builder> |
serializableBuilderClass() |
String |
sourceVolume()
The name of the volume to mount.
|
AwsMountPoint.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String sourceVolume()
The name of the volume to mount. Must be a volume name referenced in the name parameter of task
definition volume.
name parameter of
task definition volume.public final String containerPath()
The path on the container to mount the host volume at.
public AwsMountPoint.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsMountPoint.Builder,AwsMountPoint>public static AwsMountPoint.Builder builder()
public static Class<? extends AwsMountPoint.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.