Interface CreateExascaleDbStorageVaultRequest.Builder

  • 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

      CreateExascaleDbStorageVaultRequest.Builder autoscaleLimitInGBs(Integer 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

      CreateExascaleDbStorageVaultRequest.Builder availabilityZoneId(String 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

      CreateExascaleDbStorageVaultRequest.Builder availabilityZone(String 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

      CreateExascaleDbStorageVaultRequest.Builder isAutoscaleEnabled(Boolean 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

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.