Interface CreateExascaleDbStorageVaultResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateExascaleDbStorageVaultResponse.Builder,,CreateExascaleDbStorageVaultResponse> OdbResponse.Builder,SdkBuilder<CreateExascaleDbStorageVaultResponse.Builder,,CreateExascaleDbStorageVaultResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateExascaleDbStorageVaultResponse
@Mutable
@NotThreadSafe
public static interface CreateExascaleDbStorageVaultResponse.Builder
extends OdbResponse.Builder, SdkPojo, CopyableBuilder<CreateExascaleDbStorageVaultResponse.Builder,CreateExascaleDbStorageVaultResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondisplayName(String displayName) The user-friendly name for the Exascale storage vault.exascaleDbStorageVaultId(String exascaleDbStorageVaultId) The unique identifier of the Exascale storage vault.The current status of the Exascale storage vault.status(ResourceStatus status) The current status of the Exascale storage vault.statusReason(String statusReason) Additional information about the status of the Exascale storage vault.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
-
displayName
The user-friendly name for the Exascale storage vault.
- Parameters:
displayName- The user-friendly name for the Exascale storage vault.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the Exascale storage vault.
- Parameters:
status- The current status of the Exascale storage vault.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the Exascale storage vault.
- Parameters:
status- The current status of the Exascale storage vault.- 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 Exascale storage vault.
- Parameters:
statusReason- Additional information about the status of the Exascale storage vault.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exascaleDbStorageVaultId
CreateExascaleDbStorageVaultResponse.Builder exascaleDbStorageVaultId(String exascaleDbStorageVaultId) The unique identifier of the Exascale storage vault.
- Parameters:
exascaleDbStorageVaultId- The unique identifier of the Exascale storage vault.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-