Class BlueGreenDeploymentTask
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BlueGreenDeploymentTask.Builder,BlueGreenDeploymentTask>
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.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringname()The name of the blue/green deployment task.static Class<? extends BlueGreenDeploymentTask.Builder>final Stringstatus()The status of the blue/green deployment task.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
name
The name of the blue/green deployment task.
- Returns:
- The name of the blue/green deployment task.
-
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:
- 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.
-
-
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<BlueGreenDeploymentTask.Builder,BlueGreenDeploymentTask>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-