Interface UpdateExascaleDbStorageVaultRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateExascaleDbStorageVaultRequest.Builder,,UpdateExascaleDbStorageVaultRequest> OdbRequest.Builder,SdkBuilder<UpdateExascaleDbStorageVaultRequest.Builder,,UpdateExascaleDbStorageVaultRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateExascaleDbStorageVaultRequest
@Mutable
@NotThreadSafe
public static interface UpdateExascaleDbStorageVaultRequest.Builder
extends OdbRequest.Builder, SdkPojo, CopyableBuilder<UpdateExascaleDbStorageVaultRequest.Builder,UpdateExascaleDbStorageVaultRequest>
-
Method Summary
Modifier and TypeMethodDescriptionadditionalFlashCacheInPercent(Integer additionalFlashCacheInPercent) The additional flash cache percentage for the Exascale storage vault.autoscaleLimitInGBs(Integer autoscaleLimitInGBs) The autoscale limit in gigabytes (GB) for the Exascale storage vault.description(String description) A new description for the Exascale storage vault.displayName(String displayName) A new user-friendly name for the Exascale storage vault.exascaleDbStorageVaultId(String exascaleDbStorageVaultId) The unique identifier of the Exascale storage vault to update.highCapacityDatabaseStorageTotalSizeInGBs(Integer highCapacityDatabaseStorageTotalSizeInGBs) The total size of the high-capacity database storage, in gigabytes (GB), for the Exascale storage vault.isAutoscaleEnabled(Boolean isAutoscaleEnabled) Specifies whether autoscaling is enabled for the Exascale storage vault.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.odb.model.OdbRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
exascaleDbStorageVaultId
UpdateExascaleDbStorageVaultRequest.Builder exascaleDbStorageVaultId(String exascaleDbStorageVaultId) The unique identifier of the Exascale storage vault to update.
- Parameters:
exascaleDbStorageVaultId- The unique identifier of the Exascale storage vault to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
additionalFlashCacheInPercent
UpdateExascaleDbStorageVaultRequest.Builder additionalFlashCacheInPercent(Integer additionalFlashCacheInPercent) The additional flash cache percentage for the Exascale storage vault.
- Parameters:
additionalFlashCacheInPercent- The additional flash cache percentage for the Exascale storage vault.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoscaleLimitInGBs
The autoscale limit in gigabytes (GB) for the Exascale storage vault.
- Parameters:
autoscaleLimitInGBs- The autoscale limit in gigabytes (GB) for the Exascale storage vault.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A new description for the Exascale storage vault.
- Parameters:
description- A new description for the Exascale storage vault.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
A new user-friendly name for the Exascale storage vault.
- Parameters:
displayName- A new user-friendly name for the Exascale storage vault.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
highCapacityDatabaseStorageTotalSizeInGBs
UpdateExascaleDbStorageVaultRequest.Builder highCapacityDatabaseStorageTotalSizeInGBs(Integer highCapacityDatabaseStorageTotalSizeInGBs) The total size of the high-capacity database storage, in gigabytes (GB), for the Exascale storage vault.
- Parameters:
highCapacityDatabaseStorageTotalSizeInGBs- The total size of the high-capacity database storage, in gigabytes (GB), for the Exascale storage vault.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isAutoscaleEnabled
Specifies whether autoscaling is enabled for the Exascale storage vault.
- Parameters:
isAutoscaleEnabled- Specifies whether autoscaling is enabled for the Exascale storage vault.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateExascaleDbStorageVaultRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateExascaleDbStorageVaultRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-