Interface UpdateSpiceCapacityConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateSpiceCapacityConfigurationRequest.Builder,UpdateSpiceCapacityConfigurationRequest>,QuickSightRequest.Builder,SdkBuilder<UpdateSpiceCapacityConfigurationRequest.Builder,UpdateSpiceCapacityConfigurationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateSpiceCapacityConfigurationRequest
@Mutable @NotThreadSafe public static interface UpdateSpiceCapacityConfigurationRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<UpdateSpiceCapacityConfigurationRequest.Builder,UpdateSpiceCapacityConfigurationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateSpiceCapacityConfigurationRequest.BuilderawsAccountId(String awsAccountId)The ID of the Amazon Web Services account that contains the SPICE configuration that you want to update.UpdateSpiceCapacityConfigurationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateSpiceCapacityConfigurationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateSpiceCapacityConfigurationRequest.BuilderpurchaseMode(String purchaseMode)Determines how SPICE capacity can be purchased.UpdateSpiceCapacityConfigurationRequest.BuilderpurchaseMode(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
awsAccountId
UpdateSpiceCapacityConfigurationRequest.Builder awsAccountId(String 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
UpdateSpiceCapacityConfigurationRequest.Builder purchaseMode(String 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,PurchaseMode
-
-
purchaseMode
UpdateSpiceCapacityConfigurationRequest.Builder purchaseMode(PurchaseMode 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,PurchaseMode
-
-
overrideConfiguration
UpdateSpiceCapacityConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateSpiceCapacityConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-