Interface UpdatePreferencesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,BcmPricingCalculatorRequest.Builder,Buildable,CopyableBuilder<UpdatePreferencesRequest.Builder,,UpdatePreferencesRequest> SdkBuilder<UpdatePreferencesRequest.Builder,,UpdatePreferencesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdatePreferencesRequest
@Mutable
@NotThreadSafe
public static interface UpdatePreferencesRequest.Builder
extends BcmPricingCalculatorRequest.Builder, SdkPojo, CopyableBuilder<UpdatePreferencesRequest.Builder,UpdatePreferencesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmanagementAccountRateTypeSelections(Collection<RateType> managementAccountRateTypeSelections) The updated preferred rate types for the management account.managementAccountRateTypeSelections(RateType... managementAccountRateTypeSelections) The updated preferred rate types for the management account.managementAccountRateTypeSelectionsWithStrings(String... managementAccountRateTypeSelections) The updated preferred rate types for the management account.managementAccountRateTypeSelectionsWithStrings(Collection<String> managementAccountRateTypeSelections) The updated preferred rate types for the management account.memberAccountRateTypeSelections(Collection<RateType> memberAccountRateTypeSelections) The updated preferred rate types for member accounts.memberAccountRateTypeSelections(RateType... memberAccountRateTypeSelections) The updated preferred rate types for member accounts.memberAccountRateTypeSelectionsWithStrings(String... memberAccountRateTypeSelections) The updated preferred rate types for member accounts.memberAccountRateTypeSelectionsWithStrings(Collection<String> memberAccountRateTypeSelections) The updated preferred rate types for member accounts.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.standaloneAccountRateTypeSelections(Collection<RateType> standaloneAccountRateTypeSelections) The updated preferred rate types for a standalone account.standaloneAccountRateTypeSelections(RateType... standaloneAccountRateTypeSelections) The updated preferred rate types for a standalone account.standaloneAccountRateTypeSelectionsWithStrings(String... standaloneAccountRateTypeSelections) The updated preferred rate types for a standalone account.standaloneAccountRateTypeSelectionsWithStrings(Collection<String> standaloneAccountRateTypeSelections) The updated preferred rate types for a standalone account.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.bcmpricingcalculator.model.BcmPricingCalculatorRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
managementAccountRateTypeSelectionsWithStrings
UpdatePreferencesRequest.Builder managementAccountRateTypeSelectionsWithStrings(Collection<String> managementAccountRateTypeSelections) The updated preferred rate types for the management account.
- Parameters:
managementAccountRateTypeSelections- The updated preferred rate types for the management account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
managementAccountRateTypeSelectionsWithStrings
UpdatePreferencesRequest.Builder managementAccountRateTypeSelectionsWithStrings(String... managementAccountRateTypeSelections) The updated preferred rate types for the management account.
- Parameters:
managementAccountRateTypeSelections- The updated preferred rate types for the management account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
managementAccountRateTypeSelections
UpdatePreferencesRequest.Builder managementAccountRateTypeSelections(Collection<RateType> managementAccountRateTypeSelections) The updated preferred rate types for the management account.
- Parameters:
managementAccountRateTypeSelections- The updated preferred rate types for the management account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
managementAccountRateTypeSelections
UpdatePreferencesRequest.Builder managementAccountRateTypeSelections(RateType... managementAccountRateTypeSelections) The updated preferred rate types for the management account.
- Parameters:
managementAccountRateTypeSelections- The updated preferred rate types for the management account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
memberAccountRateTypeSelectionsWithStrings
UpdatePreferencesRequest.Builder memberAccountRateTypeSelectionsWithStrings(Collection<String> memberAccountRateTypeSelections) The updated preferred rate types for member accounts.
- Parameters:
memberAccountRateTypeSelections- The updated preferred rate types for member accounts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
memberAccountRateTypeSelectionsWithStrings
UpdatePreferencesRequest.Builder memberAccountRateTypeSelectionsWithStrings(String... memberAccountRateTypeSelections) The updated preferred rate types for member accounts.
- Parameters:
memberAccountRateTypeSelections- The updated preferred rate types for member accounts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
memberAccountRateTypeSelections
UpdatePreferencesRequest.Builder memberAccountRateTypeSelections(Collection<RateType> memberAccountRateTypeSelections) The updated preferred rate types for member accounts.
- Parameters:
memberAccountRateTypeSelections- The updated preferred rate types for member accounts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
memberAccountRateTypeSelections
UpdatePreferencesRequest.Builder memberAccountRateTypeSelections(RateType... memberAccountRateTypeSelections) The updated preferred rate types for member accounts.
- Parameters:
memberAccountRateTypeSelections- The updated preferred rate types for member accounts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
standaloneAccountRateTypeSelectionsWithStrings
UpdatePreferencesRequest.Builder standaloneAccountRateTypeSelectionsWithStrings(Collection<String> standaloneAccountRateTypeSelections) The updated preferred rate types for a standalone account.
- Parameters:
standaloneAccountRateTypeSelections- The updated preferred rate types for a standalone account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
standaloneAccountRateTypeSelectionsWithStrings
UpdatePreferencesRequest.Builder standaloneAccountRateTypeSelectionsWithStrings(String... standaloneAccountRateTypeSelections) The updated preferred rate types for a standalone account.
- Parameters:
standaloneAccountRateTypeSelections- The updated preferred rate types for a standalone account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
standaloneAccountRateTypeSelections
UpdatePreferencesRequest.Builder standaloneAccountRateTypeSelections(Collection<RateType> standaloneAccountRateTypeSelections) The updated preferred rate types for a standalone account.
- Parameters:
standaloneAccountRateTypeSelections- The updated preferred rate types for a standalone account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
standaloneAccountRateTypeSelections
UpdatePreferencesRequest.Builder standaloneAccountRateTypeSelections(RateType... standaloneAccountRateTypeSelections) The updated preferred rate types for a standalone account.
- Parameters:
standaloneAccountRateTypeSelections- The updated preferred rate types for a standalone account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdatePreferencesRequest.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
UpdatePreferencesRequest.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.
-