Interface GetPreferencesResponse.Builder

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