CopyableBuilder<ListBonusPaymentsResponse.Builder,ListBonusPaymentsResponse>, SdkBuilder<ListBonusPaymentsResponse.Builder,ListBonusPaymentsResponse>public static interface ListBonusPaymentsResponse.Builder extends CopyableBuilder<ListBonusPaymentsResponse.Builder,ListBonusPaymentsResponse>
| Modifier and Type | Method | Description |
|---|---|---|
ListBonusPaymentsResponse.Builder |
bonusPayments(Collection<BonusPayment> bonusPayments) |
A successful request to the ListBonusPayments operation returns a list of BonusPayment objects.
|
ListBonusPaymentsResponse.Builder |
bonusPayments(BonusPayment... bonusPayments) |
A successful request to the ListBonusPayments operation returns a list of BonusPayment objects.
|
ListBonusPaymentsResponse.Builder |
nextToken(String nextToken) |
|
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.
|
copyapply, buildListBonusPaymentsResponse.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.
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 nextToken(String nextToken)
nextToken - ListBonusPaymentsResponse.Builder bonusPayments(Collection<BonusPayment> bonusPayments)
A successful request to the ListBonusPayments operation returns a list of BonusPayment objects.
bonusPayments - A successful request to the ListBonusPayments operation returns a list of BonusPayment objects.ListBonusPaymentsResponse.Builder bonusPayments(BonusPayment... bonusPayments)
A successful request to the ListBonusPayments operation returns a list of BonusPayment objects.
NOTE: This method appends the values to the existing list (if any). Use
#setBonusPayments(java.util.Collection) or #withBonusPayments(java.util.Collection) if you
want to override the existing values.
bonusPayments - A successful request to the ListBonusPayments operation returns a list of BonusPayment objects.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.