Interface ListBonusPaymentsResponse.Builder

    • Method Detail

      • numResults

        ListBonusPaymentsResponse.Builder numResults​(Integer numResults)

        The number of bonus payments on this page in the filtered results list, equivalent to the number of bonus payments being returned by this call.

        Parameters:
        numResults - The number of bonus payments on this page in the filtered results list, equivalent to the number of bonus payments being returned by this call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListBonusPaymentsResponse.Builder nextToken​(String nextToken)
        Sets the value of the NextToken property for this object.
        Parameters:
        nextToken - The new value for the NextToken property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • bonusPayments

        ListBonusPaymentsResponse.Builder bonusPayments​(Collection<BonusPayment> bonusPayments)

        A successful request to the ListBonusPayments operation returns a list of BonusPayment objects.

        Parameters:
        bonusPayments - A successful request to the ListBonusPayments operation returns a list of BonusPayment objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • bonusPayments

        ListBonusPaymentsResponse.Builder bonusPayments​(BonusPayment... bonusPayments)

        A successful request to the ListBonusPayments operation returns a list of BonusPayment objects.

        Parameters:
        bonusPayments - A successful request to the ListBonusPayments operation returns a list of BonusPayment objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.