Interface VolumeMount.Builder

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

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

    • name

      Volume mount name.

      Parameters:
      name - Volume mount name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mountPath

      VolumeMount.Builder mountPath(String mountPath)

      Volume mount path.

      Parameters:
      mountPath - Volume mount path.
      Returns:
      Returns a reference to this object so that method calls can be chained together.