Interface BlueGreenDeploymentTask.Builder

    • Method Detail

      • name

        BlueGreenDeploymentTask.Builder name​(String name)

        The name of the blue/green deployment task.

        Parameters:
        name - The name of the blue/green deployment task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        BlueGreenDeploymentTask.Builder status​(String status)

        The status of the blue/green deployment task.

        Valid Values:

        • PENDING - The resource is being prepared for deployment.

        • IN_PROGRESS - The resource is being deployed.

        • COMPLETED - The resource has been deployed.

        • FAILED - Deployment of the resource failed.

        Parameters:
        status - The status of the blue/green deployment task.

        Valid Values:

        • PENDING - The resource is being prepared for deployment.

        • IN_PROGRESS - The resource is being deployed.

        • COMPLETED - The resource has been deployed.

        • FAILED - Deployment of the resource failed.

        Returns:
        Returns a reference to this object so that method calls can be chained together.