Interface EksContainerVolumeMount.Builder

All Superinterfaces:
Buildable, CopyableBuilder<EksContainerVolumeMount.Builder,EksContainerVolumeMount>, SdkBuilder<EksContainerVolumeMount.Builder,EksContainerVolumeMount>, SdkPojo
Enclosing class:
EksContainerVolumeMount

public static interface EksContainerVolumeMount.Builder extends SdkPojo, CopyableBuilder<EksContainerVolumeMount.Builder,EksContainerVolumeMount>
  • Method Details

    • name

      The name the volume mount. This must match the name of one of the volumes in the pod.

      Parameters:
      name - The name the volume mount. This must match the name of one of the volumes in the pod.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mountPath

      The path on the container where the volume is mounted.

      Parameters:
      mountPath - The path on the container where the volume is mounted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.