Interface SwitchoverDetail.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<SwitchoverDetail.Builder,,SwitchoverDetail> SdkBuilder<SwitchoverDetail.Builder,,SwitchoverDetail> SdkPojo
- Enclosing class:
 SwitchoverDetail
- 
Method Summary
Modifier and TypeMethodDescriptionsourceMember(String sourceMember) The Amazon Resource Name (ARN) of a resource in the blue environment.The switchover status of a resource in a blue/green deployment.targetMember(String targetMember) The Amazon Resource Name (ARN) of a resource in the green environment.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
sourceMember
The Amazon Resource Name (ARN) of a resource in the blue environment.
- Parameters:
 sourceMember- The Amazon Resource Name (ARN) of a resource in the blue environment.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
targetMember
The Amazon Resource Name (ARN) of a resource in the green environment.
- Parameters:
 targetMember- The Amazon Resource Name (ARN) of a resource in the green environment.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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. 
- Parameters:
 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:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
 
 
 -