Interface SwitchoverAutonomousDatabaseResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<SwitchoverAutonomousDatabaseResponse.Builder,,SwitchoverAutonomousDatabaseResponse> OdbResponse.Builder,SdkBuilder<SwitchoverAutonomousDatabaseResponse.Builder,,SwitchoverAutonomousDatabaseResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
SwitchoverAutonomousDatabaseResponse
@Mutable
@NotThreadSafe
public static interface SwitchoverAutonomousDatabaseResponse.Builder
extends OdbResponse.Builder, SdkPojo, CopyableBuilder<SwitchoverAutonomousDatabaseResponse.Builder,SwitchoverAutonomousDatabaseResponse>
-
Method Summary
Modifier and TypeMethodDescriptionautonomousDatabaseId(String autonomousDatabaseId) The unique identifier of the Autonomous Database that was switched over.displayName(String displayName) The user-friendly name of the Autonomous Database.The current status of the Autonomous Database after the switchover operation.The current status of the Autonomous Database after the switchover operation.statusReason(String statusReason) Additional information about the status of the Autonomous Database after the switchover operation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.odb.model.OdbResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
autonomousDatabaseId
The unique identifier of the Autonomous Database that was switched over.
- Parameters:
autonomousDatabaseId- The unique identifier of the Autonomous Database that was switched over.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
The user-friendly name of the Autonomous Database.
- Parameters:
displayName- The user-friendly name of the Autonomous Database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the Autonomous Database after the switchover operation.
- Parameters:
status- The current status of the Autonomous Database after the switchover operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the Autonomous Database after the switchover operation.
- Parameters:
status- The current status of the Autonomous Database after the switchover operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReason
Additional information about the status of the Autonomous Database after the switchover operation.
- Parameters:
statusReason- Additional information about the status of the Autonomous Database after the switchover operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-