ListBonusPaymentsResponse.Builder |
ListBonusPaymentsResponse.Builder.bonusPayments(Collection<BonusPayment> bonusPayments) |
A successful request to the ListBonusPayments operation returns a list of BonusPayment objects.
|
ListBonusPaymentsResponse.Builder |
ListBonusPaymentsResponse.Builder.bonusPayments(Consumer<BonusPayment.Builder>... bonusPayments) |
A successful request to the ListBonusPayments operation returns a list of BonusPayment objects.
|
ListBonusPaymentsResponse.Builder |
ListBonusPaymentsResponse.Builder.bonusPayments(BonusPayment... bonusPayments) |
A successful request to the ListBonusPayments operation returns a list of BonusPayment objects.
|
static ListBonusPaymentsResponse.Builder |
ListBonusPaymentsResponse.builder() |
|
ListBonusPaymentsResponse.Builder |
ListBonusPaymentsResponse.Builder.nextToken(String nextToken) |
Sets the value of the NextToken property for this object.
|
ListBonusPaymentsResponse.Builder |
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.
|
ListBonusPaymentsResponse.Builder |
ListBonusPaymentsResponse.toBuilder() |
|