Interface UpdatePreferencesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdatePreferencesResponse.Builder,UpdatePreferencesResponse>,CostOptimizationHubResponse.Builder,SdkBuilder<UpdatePreferencesResponse.Builder,UpdatePreferencesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdatePreferencesResponse
public static interface UpdatePreferencesResponse.Builder extends CostOptimizationHubResponse.Builder, SdkPojo, CopyableBuilder<UpdatePreferencesResponse.Builder,UpdatePreferencesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdatePreferencesResponse.BuildermemberAccountDiscountVisibility(String memberAccountDiscountVisibility)Shows the status of the "member account discount visibility" preference.UpdatePreferencesResponse.BuildermemberAccountDiscountVisibility(MemberAccountDiscountVisibility memberAccountDiscountVisibility)Shows the status of the "member account discount visibility" preference.UpdatePreferencesResponse.BuildersavingsEstimationMode(String savingsEstimationMode)Shows the status of the "savings estimation mode" preference.UpdatePreferencesResponse.BuildersavingsEstimationMode(SavingsEstimationMode savingsEstimationMode)Shows the status of the "savings estimation mode" preference.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.costoptimizationhub.model.CostOptimizationHubResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
savingsEstimationMode
UpdatePreferencesResponse.Builder savingsEstimationMode(String savingsEstimationMode)
Shows the status of the "savings estimation mode" preference.
- Parameters:
savingsEstimationMode- Shows the status of 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
UpdatePreferencesResponse.Builder savingsEstimationMode(SavingsEstimationMode savingsEstimationMode)
Shows the status of the "savings estimation mode" preference.
- Parameters:
savingsEstimationMode- Shows the status of the "savings estimation mode" preference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SavingsEstimationMode,SavingsEstimationMode
-
memberAccountDiscountVisibility
UpdatePreferencesResponse.Builder memberAccountDiscountVisibility(String memberAccountDiscountVisibility)
Shows the status of the "member account discount visibility" preference.
- Parameters:
memberAccountDiscountVisibility- Shows the status of 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
UpdatePreferencesResponse.Builder memberAccountDiscountVisibility(MemberAccountDiscountVisibility memberAccountDiscountVisibility)
Shows the status of the "member account discount visibility" preference.
- Parameters:
memberAccountDiscountVisibility- Shows the status of 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
-
-