Interface GetPreferencesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,BcmPricingCalculatorResponse.Builder,Buildable,CopyableBuilder<GetPreferencesResponse.Builder,GetPreferencesResponse>,SdkBuilder<GetPreferencesResponse.Builder,GetPreferencesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetPreferencesResponse
public static interface GetPreferencesResponse.Builder extends BcmPricingCalculatorResponse.Builder, SdkPojo, CopyableBuilder<GetPreferencesResponse.Builder,GetPreferencesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetPreferencesResponse.BuildermanagementAccountRateTypeSelections(Collection<RateType> managementAccountRateTypeSelections)The preferred rate types for the management account.GetPreferencesResponse.BuildermanagementAccountRateTypeSelections(RateType... managementAccountRateTypeSelections)The preferred rate types for the management account.GetPreferencesResponse.BuildermanagementAccountRateTypeSelectionsWithStrings(String... managementAccountRateTypeSelections)The preferred rate types for the management account.GetPreferencesResponse.BuildermanagementAccountRateTypeSelectionsWithStrings(Collection<String> managementAccountRateTypeSelections)The preferred rate types for the management account.GetPreferencesResponse.BuildermemberAccountRateTypeSelections(Collection<RateType> memberAccountRateTypeSelections)The preferred rate types for member accounts.GetPreferencesResponse.BuildermemberAccountRateTypeSelections(RateType... memberAccountRateTypeSelections)The preferred rate types for member accounts.GetPreferencesResponse.BuildermemberAccountRateTypeSelectionsWithStrings(String... memberAccountRateTypeSelections)The preferred rate types for member accounts.GetPreferencesResponse.BuildermemberAccountRateTypeSelectionsWithStrings(Collection<String> memberAccountRateTypeSelections)The preferred rate types for member accounts.-
Methods inherited from interface software.amazon.awssdk.services.bcmpricingcalculator.model.BcmPricingCalculatorResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
managementAccountRateTypeSelectionsWithStrings
GetPreferencesResponse.Builder managementAccountRateTypeSelectionsWithStrings(Collection<String> managementAccountRateTypeSelections)
The preferred rate types for the management account.
- Parameters:
managementAccountRateTypeSelections- The preferred rate types for the management account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
managementAccountRateTypeSelectionsWithStrings
GetPreferencesResponse.Builder managementAccountRateTypeSelectionsWithStrings(String... managementAccountRateTypeSelections)
The preferred rate types for the management account.
- Parameters:
managementAccountRateTypeSelections- The preferred rate types for the management account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
managementAccountRateTypeSelections
GetPreferencesResponse.Builder managementAccountRateTypeSelections(Collection<RateType> managementAccountRateTypeSelections)
The preferred rate types for the management account.
- Parameters:
managementAccountRateTypeSelections- The preferred rate types for the management account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
managementAccountRateTypeSelections
GetPreferencesResponse.Builder managementAccountRateTypeSelections(RateType... managementAccountRateTypeSelections)
The preferred rate types for the management account.
- Parameters:
managementAccountRateTypeSelections- The preferred rate types for the management account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
memberAccountRateTypeSelectionsWithStrings
GetPreferencesResponse.Builder memberAccountRateTypeSelectionsWithStrings(Collection<String> memberAccountRateTypeSelections)
The preferred rate types for member accounts.
- Parameters:
memberAccountRateTypeSelections- The preferred rate types for member accounts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
memberAccountRateTypeSelectionsWithStrings
GetPreferencesResponse.Builder memberAccountRateTypeSelectionsWithStrings(String... memberAccountRateTypeSelections)
The preferred rate types for member accounts.
- Parameters:
memberAccountRateTypeSelections- The preferred rate types for member accounts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
memberAccountRateTypeSelections
GetPreferencesResponse.Builder memberAccountRateTypeSelections(Collection<RateType> memberAccountRateTypeSelections)
The preferred rate types for member accounts.
- Parameters:
memberAccountRateTypeSelections- The preferred rate types for member accounts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
memberAccountRateTypeSelections
GetPreferencesResponse.Builder memberAccountRateTypeSelections(RateType... memberAccountRateTypeSelections)
The preferred rate types for member accounts.
- Parameters:
memberAccountRateTypeSelections- The preferred rate types for member accounts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-