Interface UpdatePreferencesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BcmPricingCalculatorRequest.Builder,Buildable,CopyableBuilder<UpdatePreferencesRequest.Builder,UpdatePreferencesRequest>,SdkBuilder<UpdatePreferencesRequest.Builder,UpdatePreferencesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdatePreferencesRequest
public static interface UpdatePreferencesRequest.Builder extends BcmPricingCalculatorRequest.Builder, SdkPojo, CopyableBuilder<UpdatePreferencesRequest.Builder,UpdatePreferencesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdatePreferencesRequest.BuildermanagementAccountRateTypeSelections(Collection<RateType> managementAccountRateTypeSelections)The updated preferred rate types for the management account.UpdatePreferencesRequest.BuildermanagementAccountRateTypeSelections(RateType... managementAccountRateTypeSelections)The updated preferred rate types for the management account.UpdatePreferencesRequest.BuildermanagementAccountRateTypeSelectionsWithStrings(String... managementAccountRateTypeSelections)The updated preferred rate types for the management account.UpdatePreferencesRequest.BuildermanagementAccountRateTypeSelectionsWithStrings(Collection<String> managementAccountRateTypeSelections)The updated preferred rate types for the management account.UpdatePreferencesRequest.BuildermemberAccountRateTypeSelections(Collection<RateType> memberAccountRateTypeSelections)The updated preferred rate types for member accounts.UpdatePreferencesRequest.BuildermemberAccountRateTypeSelections(RateType... memberAccountRateTypeSelections)The updated preferred rate types for member accounts.UpdatePreferencesRequest.BuildermemberAccountRateTypeSelectionsWithStrings(String... memberAccountRateTypeSelections)The updated preferred rate types for member accounts.UpdatePreferencesRequest.BuildermemberAccountRateTypeSelectionsWithStrings(Collection<String> memberAccountRateTypeSelections)The updated preferred rate types for member accounts.UpdatePreferencesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdatePreferencesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.bcmpricingcalculator.model.BcmPricingCalculatorRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
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.
-
overrideConfiguration
UpdatePreferencesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdatePreferencesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-