Interface UpdatePreferencesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdatePreferencesRequest.Builder,UpdatePreferencesRequest>,CostOptimizationHubRequest.Builder,SdkBuilder<UpdatePreferencesRequest.Builder,UpdatePreferencesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdatePreferencesRequest
public static interface UpdatePreferencesRequest.Builder extends CostOptimizationHubRequest.Builder, SdkPojo, CopyableBuilder<UpdatePreferencesRequest.Builder,UpdatePreferencesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdatePreferencesRequest.BuildermemberAccountDiscountVisibility(String memberAccountDiscountVisibility)Sets the "member account discount visibility" preference.UpdatePreferencesRequest.BuildermemberAccountDiscountVisibility(MemberAccountDiscountVisibility memberAccountDiscountVisibility)Sets the "member account discount visibility" preference.UpdatePreferencesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdatePreferencesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdatePreferencesRequest.BuildersavingsEstimationMode(String savingsEstimationMode)Sets the "savings estimation mode" preference.UpdatePreferencesRequest.BuildersavingsEstimationMode(SavingsEstimationMode savingsEstimationMode)Sets the "savings estimation mode" preference.-
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.costoptimizationhub.model.CostOptimizationHubRequest.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 Detail
-
memberAccountDiscountVisibility
UpdatePreferencesRequest.Builder memberAccountDiscountVisibility(String memberAccountDiscountVisibility)
Sets the "member account discount visibility" preference.
- Parameters:
memberAccountDiscountVisibility- Sets the "member account discount visibility" preference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MemberAccountDiscountVisibility,MemberAccountDiscountVisibility
-
memberAccountDiscountVisibility
UpdatePreferencesRequest.Builder memberAccountDiscountVisibility(MemberAccountDiscountVisibility memberAccountDiscountVisibility)
Sets the "member account discount visibility" preference.
- Parameters:
memberAccountDiscountVisibility- Sets the "member account discount visibility" preference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MemberAccountDiscountVisibility,MemberAccountDiscountVisibility
-
savingsEstimationMode
UpdatePreferencesRequest.Builder savingsEstimationMode(String savingsEstimationMode)
Sets the "savings estimation mode" preference.
- Parameters:
savingsEstimationMode- Sets the "savings estimation mode" preference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SavingsEstimationMode,SavingsEstimationMode
-
savingsEstimationMode
UpdatePreferencesRequest.Builder savingsEstimationMode(SavingsEstimationMode savingsEstimationMode)
Sets the "savings estimation mode" preference.
- Parameters:
savingsEstimationMode- Sets the "savings estimation mode" preference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SavingsEstimationMode,SavingsEstimationMode
-
overrideConfiguration
UpdatePreferencesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdatePreferencesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-