@Generated(value="software.amazon.awssdk:codegen") public final class VolumeMount extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VolumeMount.Builder,VolumeMount>
Describes the mounting of a volume in a container.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VolumeMount.Builder |
| Modifier and Type | Method and Description |
|---|---|
static VolumeMount.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
mountPath()
The path in the container at which the volume should be mounted.
|
String |
name()
The name of the volume.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends VolumeMount.Builder> |
serializableBuilderClass() |
VolumeMount.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the volume.
public final String mountPath()
The path in the container at which the volume should be mounted.
public VolumeMount.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VolumeMount.Builder,VolumeMount>public static VolumeMount.Builder builder()
public static Class<? extends VolumeMount.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.