Interface UpdatePreferencesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BcmPricingCalculatorResponse.Builder,Buildable,CopyableBuilder<UpdatePreferencesResponse.Builder,,UpdatePreferencesResponse> SdkBuilder<UpdatePreferencesResponse.Builder,,UpdatePreferencesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdatePreferencesResponse
@Mutable
@NotThreadSafe
public static interface UpdatePreferencesResponse.Builder
extends BcmPricingCalculatorResponse.Builder, SdkPojo, CopyableBuilder<UpdatePreferencesResponse.Builder,UpdatePreferencesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionmanagementAccountRateTypeSelections(Collection<RateType> managementAccountRateTypeSelections) The updated preferred rate types for the management account.managementAccountRateTypeSelections(RateType... managementAccountRateTypeSelections) The updated preferred rate types for the management account.managementAccountRateTypeSelectionsWithStrings(String... managementAccountRateTypeSelections) The updated preferred rate types for the management account.managementAccountRateTypeSelectionsWithStrings(Collection<String> managementAccountRateTypeSelections) The updated preferred rate types for the management account.memberAccountRateTypeSelections(Collection<RateType> memberAccountRateTypeSelections) The updated preferred rate types for member accounts.memberAccountRateTypeSelections(RateType... memberAccountRateTypeSelections) The updated preferred rate types for member accounts.memberAccountRateTypeSelectionsWithStrings(String... memberAccountRateTypeSelections) The updated preferred rate types for member accounts.memberAccountRateTypeSelectionsWithStrings(Collection<String> memberAccountRateTypeSelections) The updated preferred rate types for member accounts.standaloneAccountRateTypeSelections(Collection<RateType> standaloneAccountRateTypeSelections) The updated preferred rate types for a standalone account.standaloneAccountRateTypeSelections(RateType... standaloneAccountRateTypeSelections) The updated preferred rate types for a standalone account.standaloneAccountRateTypeSelectionsWithStrings(String... standaloneAccountRateTypeSelections) The updated preferred rate types for a standalone account.standaloneAccountRateTypeSelectionsWithStrings(Collection<String> standaloneAccountRateTypeSelections) The updated preferred rate types for a standalone account.Methods inherited from interface software.amazon.awssdk.services.bcmpricingcalculator.model.BcmPricingCalculatorResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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.
-
standaloneAccountRateTypeSelectionsWithStrings
UpdatePreferencesResponse.Builder standaloneAccountRateTypeSelectionsWithStrings(Collection<String> standaloneAccountRateTypeSelections) The updated preferred rate types for a standalone account.
- Parameters:
standaloneAccountRateTypeSelections- The updated preferred rate types for a standalone account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
standaloneAccountRateTypeSelectionsWithStrings
UpdatePreferencesResponse.Builder standaloneAccountRateTypeSelectionsWithStrings(String... standaloneAccountRateTypeSelections) The updated preferred rate types for a standalone account.
- Parameters:
standaloneAccountRateTypeSelections- The updated preferred rate types for a standalone account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
standaloneAccountRateTypeSelections
UpdatePreferencesResponse.Builder standaloneAccountRateTypeSelections(Collection<RateType> standaloneAccountRateTypeSelections) The updated preferred rate types for a standalone account.
- Parameters:
standaloneAccountRateTypeSelections- The updated preferred rate types for a standalone account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
standaloneAccountRateTypeSelections
UpdatePreferencesResponse.Builder standaloneAccountRateTypeSelections(RateType... standaloneAccountRateTypeSelections) The updated preferred rate types for a standalone account.
- Parameters:
standaloneAccountRateTypeSelections- The updated preferred rate types for a standalone account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-