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