Interface StopAutonomousDatabaseResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StopAutonomousDatabaseResponse.Builder,,StopAutonomousDatabaseResponse> OdbResponse.Builder,SdkBuilder<StopAutonomousDatabaseResponse.Builder,,StopAutonomousDatabaseResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
StopAutonomousDatabaseResponse
@Mutable
@NotThreadSafe
public static interface StopAutonomousDatabaseResponse.Builder
extends OdbResponse.Builder, SdkPojo, CopyableBuilder<StopAutonomousDatabaseResponse.Builder,StopAutonomousDatabaseResponse>
-
Method Summary
Modifier and TypeMethodDescriptionautonomousDatabaseId(String autonomousDatabaseId) The unique identifier of the Autonomous Database that was stopped.displayName(String displayName) The user-friendly name of the Autonomous Database.The current status of the Autonomous Database after the stop operation.The current status of the Autonomous Database after the stop operation.statusReason(String statusReason) Additional information about the status of the Autonomous Database after the stop 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 stopped.
- Parameters:
autonomousDatabaseId- The unique identifier of the Autonomous Database that was stopped.- 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 stop operation.
- Parameters:
status- The current status of the Autonomous Database after the stop 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 stop operation.
- Parameters:
status- The current status of the Autonomous Database after the stop 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 stop operation.
- Parameters:
statusReason- Additional information about the status of the Autonomous Database after the stop operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-