@Generated(value="software.amazon.awssdk:codegen") public final class BlueGreenDeploymentTask extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BlueGreenDeploymentTask.Builder,BlueGreenDeploymentTask>
Contains the details about a task for a blue/green deployment.
For more information, see Using Amazon RDS Blue/Green Deployments for database updates in the Amazon RDS User Guide and Using Amazon RDS Blue/Green Deployments for database updates in the Amazon Aurora User Guide.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BlueGreenDeploymentTask.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BlueGreenDeploymentTask.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the blue/green deployment task.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BlueGreenDeploymentTask.Builder> |
serializableBuilderClass() |
String |
status()
The status of the blue/green deployment task.
|
BlueGreenDeploymentTask.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the blue/green deployment task.
public final 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.
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.
public BlueGreenDeploymentTask.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BlueGreenDeploymentTask.Builder,BlueGreenDeploymentTask>public static BlueGreenDeploymentTask.Builder builder()
public static Class<? extends BlueGreenDeploymentTask.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.