public static interface BlueGreenDeploymentTask.Builder extends SdkPojo, CopyableBuilder<BlueGreenDeploymentTask.Builder,BlueGreenDeploymentTask>
| Modifier and Type | Method and Description |
|---|---|
BlueGreenDeploymentTask.Builder |
name(String name)
The name of the blue/green deployment task.
|
BlueGreenDeploymentTask.Builder |
status(String status)
The status of the blue/green deployment task.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBlueGreenDeploymentTask.Builder name(String name)
The name of the blue/green deployment task.
name - The name of the blue/green deployment task.BlueGreenDeploymentTask.Builder status(String status)
The status of the blue/green deployment task.
Values:
PENDING - The resources are being prepared for deployment.
IN_PROGRESS - The resource is being deployed.
COMPLETED - The resource has been deployed.
FAILED - Deployment of the resource failed.
status - The status of the blue/green deployment task.
Values:
PENDING - The resources are being prepared for deployment.
IN_PROGRESS - The resource is being deployed.
COMPLETED - The resource has been deployed.
FAILED - Deployment of the resource failed.
Copyright © 2023. All rights reserved.