Interface GetPreferencesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetPreferencesResponse.Builder,GetPreferencesResponse>,CostOptimizationHubResponse.Builder,SdkBuilder<GetPreferencesResponse.Builder,GetPreferencesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetPreferencesResponse
public static interface GetPreferencesResponse.Builder extends CostOptimizationHubResponse.Builder, SdkPojo, CopyableBuilder<GetPreferencesResponse.Builder,GetPreferencesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetPreferencesResponse.BuildermemberAccountDiscountVisibility(String memberAccountDiscountVisibility)Retrieves the status of the "member account discount visibility" preference.GetPreferencesResponse.BuildermemberAccountDiscountVisibility(MemberAccountDiscountVisibility memberAccountDiscountVisibility)Retrieves the status of the "member account discount visibility" preference.GetPreferencesResponse.BuildersavingsEstimationMode(String savingsEstimationMode)Retrieves the status of the "savings estimation mode" preference.GetPreferencesResponse.BuildersavingsEstimationMode(SavingsEstimationMode savingsEstimationMode)Retrieves 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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
memberAccountDiscountVisibility
GetPreferencesResponse.Builder memberAccountDiscountVisibility(String memberAccountDiscountVisibility)
Retrieves the status of the "member account discount visibility" preference.
- Parameters:
memberAccountDiscountVisibility- Retrieves 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
GetPreferencesResponse.Builder memberAccountDiscountVisibility(MemberAccountDiscountVisibility memberAccountDiscountVisibility)
Retrieves the status of the "member account discount visibility" preference.
- Parameters:
memberAccountDiscountVisibility- Retrieves 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
-
savingsEstimationMode
GetPreferencesResponse.Builder savingsEstimationMode(String savingsEstimationMode)
Retrieves the status of the "savings estimation mode" preference.
- Parameters:
savingsEstimationMode- Retrieves 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
GetPreferencesResponse.Builder savingsEstimationMode(SavingsEstimationMode savingsEstimationMode)
Retrieves the status of the "savings estimation mode" preference.
- Parameters:
savingsEstimationMode- Retrieves 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
-
-