Class TriggerBuildStepVolumeArgs.Builder

  • Enclosing class:
    TriggerBuildStepVolumeArgs

    public static final class TriggerBuildStepVolumeArgs.Builder
    extends java.lang.Object
    • Method Detail

      • name

        public TriggerBuildStepVolumeArgs.Builder name​(com.pulumi.core.Output<java.lang.String> name)
        Parameters:
        name - Name of the volume to mount. Volume names must be unique per build step and must be valid names for Docker volumes. Each named volume must be used by at least two build steps.
        Returns:
        builder
      • name

        public TriggerBuildStepVolumeArgs.Builder name​(java.lang.String name)
        Parameters:
        name - Name of the volume to mount. Volume names must be unique per build step and must be valid names for Docker volumes. Each named volume must be used by at least two build steps.
        Returns:
        builder
      • path

        public TriggerBuildStepVolumeArgs.Builder path​(com.pulumi.core.Output<java.lang.String> path)
        Parameters:
        path - Path at which to mount the volume. Paths must be absolute and cannot conflict with other volume paths on the same build step or with certain reserved volume paths.
        Returns:
        builder
      • path

        public TriggerBuildStepVolumeArgs.Builder path​(java.lang.String path)
        Parameters:
        path - Path at which to mount the volume. Paths must be absolute and cannot conflict with other volume paths on the same build step or with certain reserved volume paths.
        Returns:
        builder