Class VolumeMountArgs.Builder

  • Enclosing class:
    VolumeMountArgs

    public static final class VolumeMountArgs.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • mountPath

        public VolumeMountArgs.Builder mountPath​(@Nullable
                                                 com.pulumi.core.Output<java.lang.String> mountPath)
        Parameters:
        mountPath - Path within the container at which the volume should be mounted.Must not contain ':'.
        Returns:
        builder
      • mountPath

        public VolumeMountArgs.Builder mountPath​(java.lang.String mountPath)
        Parameters:
        mountPath - Path within the container at which the volume should be mounted.Must not contain ':'.
        Returns:
        builder
      • volumeName

        public VolumeMountArgs.Builder volumeName​(@Nullable
                                                  com.pulumi.core.Output<java.lang.String> volumeName)
        Parameters:
        volumeName - This must match the Name of a Volume.
        Returns:
        builder
      • volumeName

        public VolumeMountArgs.Builder volumeName​(java.lang.String volumeName)
        Parameters:
        volumeName - This must match the Name of a Volume.
        Returns:
        builder