Interface GetPreferencesResponse.Builder

    • Method Detail

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