Interface UpdateSpiceCapacityConfigurationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateSpiceCapacityConfigurationRequest.Builder,
,UpdateSpiceCapacityConfigurationRequest> QuickSightRequest.Builder
,SdkBuilder<UpdateSpiceCapacityConfigurationRequest.Builder,
,UpdateSpiceCapacityConfigurationRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateSpiceCapacityConfigurationRequest
-
Method Summary
Modifier and TypeMethodDescriptionawsAccountId
(String awsAccountId) The ID of the Amazon Web Services account that contains the SPICE configuration that you want to update.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.purchaseMode
(String purchaseMode) Determines how SPICE capacity can be purchased.purchaseMode
(PurchaseMode purchaseMode) Determines how SPICE capacity can be purchased.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
awsAccountId
The ID of the Amazon Web Services account that contains the SPICE configuration that you want to update.
- Parameters:
awsAccountId
- The ID of the Amazon Web Services account that contains the SPICE configuration that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
purchaseMode
Determines how SPICE capacity can be purchased. The following options are available.
-
MANUAL
: SPICE capacity can only be purchased manually. -
AUTO_PURCHASE
: Extra SPICE capacity is automatically purchased on your behalf as needed. SPICE capacity can also be purchased manually with this option.
- Parameters:
purchaseMode
- Determines how SPICE capacity can be purchased. The following options are available.-
MANUAL
: SPICE capacity can only be purchased manually. -
AUTO_PURCHASE
: Extra SPICE capacity is automatically purchased on your behalf as needed. SPICE capacity can also be purchased manually with this option.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
purchaseMode
Determines how SPICE capacity can be purchased. The following options are available.
-
MANUAL
: SPICE capacity can only be purchased manually. -
AUTO_PURCHASE
: Extra SPICE capacity is automatically purchased on your behalf as needed. SPICE capacity can also be purchased manually with this option.
- Parameters:
purchaseMode
- Determines how SPICE capacity can be purchased. The following options are available.-
MANUAL
: SPICE capacity can only be purchased manually. -
AUTO_PURCHASE
: Extra SPICE capacity is automatically purchased on your behalf as needed. SPICE capacity can also be purchased manually with this option.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
overrideConfiguration
UpdateSpiceCapacityConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateSpiceCapacityConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-