Interface GetPreferencesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BcmPricingCalculatorResponse.Builder,Buildable,CopyableBuilder<GetPreferencesResponse.Builder,,GetPreferencesResponse> SdkBuilder<GetPreferencesResponse.Builder,,GetPreferencesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetPreferencesResponse
@Mutable
@NotThreadSafe
public static interface GetPreferencesResponse.Builder
extends BcmPricingCalculatorResponse.Builder, SdkPojo, CopyableBuilder<GetPreferencesResponse.Builder,GetPreferencesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionmanagementAccountRateTypeSelections(Collection<RateType> managementAccountRateTypeSelections) The preferred rate types for the management account.managementAccountRateTypeSelections(RateType... managementAccountRateTypeSelections) The preferred rate types for the management account.managementAccountRateTypeSelectionsWithStrings(String... managementAccountRateTypeSelections) The preferred rate types for the management account.managementAccountRateTypeSelectionsWithStrings(Collection<String> managementAccountRateTypeSelections) The preferred rate types for the management account.memberAccountRateTypeSelections(Collection<RateType> memberAccountRateTypeSelections) The preferred rate types for member accounts.memberAccountRateTypeSelections(RateType... memberAccountRateTypeSelections) The preferred rate types for member accounts.memberAccountRateTypeSelectionsWithStrings(String... memberAccountRateTypeSelections) The preferred rate types for member accounts.memberAccountRateTypeSelectionsWithStrings(Collection<String> memberAccountRateTypeSelections) The preferred rate types for member accounts.standaloneAccountRateTypeSelections(Collection<RateType> standaloneAccountRateTypeSelections) The preferred rate types for a standalone account.standaloneAccountRateTypeSelections(RateType... standaloneAccountRateTypeSelections) The preferred rate types for a standalone account.standaloneAccountRateTypeSelectionsWithStrings(String... standaloneAccountRateTypeSelections) The preferred rate types for a standalone account.standaloneAccountRateTypeSelectionsWithStrings(Collection<String> standaloneAccountRateTypeSelections) The 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
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.
-
standaloneAccountRateTypeSelectionsWithStrings
GetPreferencesResponse.Builder standaloneAccountRateTypeSelectionsWithStrings(Collection<String> standaloneAccountRateTypeSelections) The preferred rate types for a standalone account.
- Parameters:
standaloneAccountRateTypeSelections- The preferred rate types for a standalone account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
standaloneAccountRateTypeSelectionsWithStrings
GetPreferencesResponse.Builder standaloneAccountRateTypeSelectionsWithStrings(String... standaloneAccountRateTypeSelections) The preferred rate types for a standalone account.
- Parameters:
standaloneAccountRateTypeSelections- The preferred rate types for a standalone account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
standaloneAccountRateTypeSelections
GetPreferencesResponse.Builder standaloneAccountRateTypeSelections(Collection<RateType> standaloneAccountRateTypeSelections) The preferred rate types for a standalone account.
- Parameters:
standaloneAccountRateTypeSelections- The preferred rate types for a standalone account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
standaloneAccountRateTypeSelections
GetPreferencesResponse.Builder standaloneAccountRateTypeSelections(RateType... standaloneAccountRateTypeSelections) The preferred rate types for a standalone account.
- Parameters:
standaloneAccountRateTypeSelections- The preferred rate types for a standalone account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-