Class SwitchoverDetail
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SwitchoverDetail.Builder,SwitchoverDetail>
Contains the details about 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 TypeMethodDescriptionstatic SwitchoverDetail.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends SwitchoverDetail.Builder>final StringThe Amazon Resource Name (ARN) of a resource in the blue environment.final Stringstatus()The switchover status of a resource in a blue/green deployment.final StringThe Amazon Resource Name (ARN) of a resource in the green environment.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
-
sourceMember
The Amazon Resource Name (ARN) of a resource in the blue environment.
- Returns:
- The Amazon Resource Name (ARN) of a resource in the blue environment.
-
targetMember
The Amazon Resource Name (ARN) of a resource in the green environment.
- Returns:
- The Amazon Resource Name (ARN) of a resource in the green environment.
-
status
The switchover status of a resource in a blue/green deployment.
Values:
-
PROVISIONING- The resource is being prepared to switch over. -
AVAILABLE- The resource is ready to switch over. -
SWITCHOVER_IN_PROGRESS- The resource is being switched over. -
SWITCHOVER_COMPLETED- The resource has been switched over. -
SWITCHOVER_FAILED- The resource attempted to switch over but failed. -
MISSING_SOURCE- The source resource has been deleted. -
MISSING_TARGET- The target resource has been deleted.
- Returns:
- The switchover status of a resource in a blue/green deployment.
Values:
-
PROVISIONING- The resource is being prepared to switch over. -
AVAILABLE- The resource is ready to switch over. -
SWITCHOVER_IN_PROGRESS- The resource is being switched over. -
SWITCHOVER_COMPLETED- The resource has been switched over. -
SWITCHOVER_FAILED- The resource attempted to switch over but failed. -
MISSING_SOURCE- The source resource has been deleted. -
MISSING_TARGET- The target resource has been deleted.
-
-
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<SwitchoverDetail.Builder,SwitchoverDetail>
-
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
-