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