Interface UpdatePreferencesRequest.Builder

    • Method Detail

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