Class PatchDeploymentArgs.Builder

  • Enclosing class:
    PatchDeploymentArgs

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

      • description

        public PatchDeploymentArgs.Builder description​(@Nullable
                                                       com.pulumi.core.Output<java.lang.String> description)
        Parameters:
        description - Description of the patch deployment. Length of the description is limited to 1024 characters.
        Returns:
        builder
      • description

        public PatchDeploymentArgs.Builder description​(java.lang.String description)
        Parameters:
        description - Description of the patch deployment. Length of the description is limited to 1024 characters.
        Returns:
        builder
      • duration

        public PatchDeploymentArgs.Builder duration​(@Nullable
                                                    com.pulumi.core.Output<java.lang.String> duration)
        Parameters:
        duration - Duration of the patch. After the duration ends, the patch times out. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s"
        Returns:
        builder
      • duration

        public PatchDeploymentArgs.Builder duration​(java.lang.String duration)
        Parameters:
        duration - Duration of the patch. After the duration ends, the patch times out. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s"
        Returns:
        builder
      • patchDeploymentId

        public PatchDeploymentArgs.Builder patchDeploymentId​(com.pulumi.core.Output<java.lang.String> patchDeploymentId)
        Parameters:
        patchDeploymentId - A name for the patch deployment in the project. When creating a name the following rules apply: * Must contain only lowercase letters, numbers, and hyphens. * Must start with a letter. * Must be between 1-63 characters. * Must end with a number or a letter. * Must be unique within the project.
        Returns:
        builder
      • patchDeploymentId

        public PatchDeploymentArgs.Builder patchDeploymentId​(java.lang.String patchDeploymentId)
        Parameters:
        patchDeploymentId - A name for the patch deployment in the project. When creating a name the following rules apply: * Must contain only lowercase letters, numbers, and hyphens. * Must start with a letter. * Must be between 1-63 characters. * Must end with a number or a letter. * Must be unique within the project.
        Returns:
        builder
      • project

        public PatchDeploymentArgs.Builder project​(@Nullable
                                                   com.pulumi.core.Output<java.lang.String> project)
        Parameters:
        project - The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
        Returns:
        builder
      • project

        public PatchDeploymentArgs.Builder project​(java.lang.String project)
        Parameters:
        project - The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
        Returns:
        builder