@Generated(value="software.amazon.awssdk:codegen") public final class EksContainerVolumeMount extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EksContainerVolumeMount.Builder,EksContainerVolumeMount>
The volume mounts for a container for an Amazon EKS job. For more information about volumes and volume mounts in Kubernetes, see Volumes in the Kubernetes documentation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EksContainerVolumeMount.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EksContainerVolumeMount.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 on the container where the volume is mounted.
|
String |
name()
The name the volume mount.
|
Boolean |
readOnly()
If this value is
true, the container has read-only access to the volume. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends EksContainerVolumeMount.Builder> |
serializableBuilderClass() |
EksContainerVolumeMount.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name the volume mount. This must match the name of one of the volumes in the pod.
public final String mountPath()
The path on the container where the volume is mounted.
public final Boolean readOnly()
If this value is true, the container has read-only access to the volume. Otherwise, the container
can write to the volume. The default value is false.
true, the container has read-only access to the volume. Otherwise, the
container can write to the volume. The default value is false.public EksContainerVolumeMount.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EksContainerVolumeMount.Builder,EksContainerVolumeMount>public static EksContainerVolumeMount.Builder builder()
public static Class<? extends EksContainerVolumeMount.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.