Interface CreateExascaleDbStorageVaultRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateExascaleDbStorageVaultRequest.Builder,,CreateExascaleDbStorageVaultRequest> OdbRequest.Builder,SdkBuilder<CreateExascaleDbStorageVaultRequest.Builder,,CreateExascaleDbStorageVaultRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateExascaleDbStorageVaultRequest
-
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.availabilityZone(String availabilityZone) The Availability Zone for the Exascale storage vault.availabilityZoneId(String availabilityZoneId) The Availability Zone ID for the Exascale storage vault.clientToken(String clientToken) A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.description(String description) A description of the Exascale storage vault.displayName(String displayName) A user-friendly name for the Exascale storage vault.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.The list of resource tags to apply to the Exascale storage vault.The time zone for the Exascale storage vault.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
-
displayName
A user-friendly name for the Exascale storage vault.
- Parameters:
displayName- A user-friendly name for the Exascale storage vault.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
highCapacityDatabaseStorageTotalSizeInGBs
CreateExascaleDbStorageVaultRequest.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.
-
additionalFlashCacheInPercent
CreateExascaleDbStorageVaultRequest.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.
-
availabilityZoneId
The Availability Zone ID for the Exascale storage vault.
- Parameters:
availabilityZoneId- The Availability Zone ID for the Exascale storage vault.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availabilityZone
The Availability Zone for the Exascale storage vault.
- Parameters:
availabilityZone- The Availability Zone for the Exascale storage vault.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of the Exascale storage vault.
- Parameters:
description- A description of 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.
-
tags
The list of resource tags to apply to the Exascale storage vault.
- Parameters:
tags- The list of resource tags to apply to the Exascale storage vault.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timeZone
The time zone for the Exascale storage vault.
- Parameters:
timeZone- The time zone for the Exascale storage vault.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don't specify a client token, the Amazon Web Services SDK automatically generates one and uses it for the request to ensure idempotency. The client token is valid for up to 24 hours after it's first used.
- Parameters:
clientToken- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don't specify a client token, the Amazon Web Services SDK automatically generates one and uses it for the request to ensure idempotency. The client token is valid for up to 24 hours after it's first used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateExascaleDbStorageVaultRequest.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
CreateExascaleDbStorageVaultRequest.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.
-