Interface UpdatePreferencesRequest.Builder

  • Method Details

    • managementAccountRateTypeSelectionsWithStrings

      UpdatePreferencesRequest.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

      UpdatePreferencesRequest.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

      UpdatePreferencesRequest.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

      UpdatePreferencesRequest.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

      UpdatePreferencesRequest.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

      UpdatePreferencesRequest.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

      UpdatePreferencesRequest.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

      UpdatePreferencesRequest.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

      UpdatePreferencesRequest.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

      UpdatePreferencesRequest.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

      UpdatePreferencesRequest.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

      UpdatePreferencesRequest.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.
    • overrideConfiguration

      UpdatePreferencesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.