Interface UpdatePreferencesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,BcmPricingCalculatorResponse.Builder,Buildable,CopyableBuilder<UpdatePreferencesResponse.Builder,UpdatePreferencesResponse>,SdkBuilder<UpdatePreferencesResponse.Builder,UpdatePreferencesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdatePreferencesResponse
public static interface UpdatePreferencesResponse.Builder extends BcmPricingCalculatorResponse.Builder, SdkPojo, CopyableBuilder<UpdatePreferencesResponse.Builder,UpdatePreferencesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdatePreferencesResponse.BuildermanagementAccountRateTypeSelections(Collection<RateType> managementAccountRateTypeSelections)The updated preferred rate types for the management account.UpdatePreferencesResponse.BuildermanagementAccountRateTypeSelections(RateType... managementAccountRateTypeSelections)The updated preferred rate types for the management account.UpdatePreferencesResponse.BuildermanagementAccountRateTypeSelectionsWithStrings(String... managementAccountRateTypeSelections)The updated preferred rate types for the management account.UpdatePreferencesResponse.BuildermanagementAccountRateTypeSelectionsWithStrings(Collection<String> managementAccountRateTypeSelections)The updated preferred rate types for the management account.UpdatePreferencesResponse.BuildermemberAccountRateTypeSelections(Collection<RateType> memberAccountRateTypeSelections)The updated preferred rate types for member accounts.UpdatePreferencesResponse.BuildermemberAccountRateTypeSelections(RateType... memberAccountRateTypeSelections)The updated preferred rate types for member accounts.UpdatePreferencesResponse.BuildermemberAccountRateTypeSelectionsWithStrings(String... memberAccountRateTypeSelections)The updated preferred rate types for member accounts.UpdatePreferencesResponse.BuildermemberAccountRateTypeSelectionsWithStrings(Collection<String> memberAccountRateTypeSelections)The updated 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
UpdatePreferencesResponse.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
UpdatePreferencesResponse.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
UpdatePreferencesResponse.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
UpdatePreferencesResponse.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
UpdatePreferencesResponse.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
UpdatePreferencesResponse.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
UpdatePreferencesResponse.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
UpdatePreferencesResponse.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.
-
-