CopyableBuilder<ListOfferingTransactionsResponse.Builder,ListOfferingTransactionsResponse>
, SdkBuilder<ListOfferingTransactionsResponse.Builder,ListOfferingTransactionsResponse>
public static interface ListOfferingTransactionsResponse.Builder extends CopyableBuilder<ListOfferingTransactionsResponse.Builder,ListOfferingTransactionsResponse>
Modifier and Type | Method | Description |
---|---|---|
ListOfferingTransactionsResponse.Builder |
nextToken(String nextToken) |
An identifier that was returned from the previous call to this operation, which can be used to return the
next set of items in the list.
|
ListOfferingTransactionsResponse.Builder |
offeringTransactions(Collection<OfferingTransaction> offeringTransactions) |
The audit log of subscriptions you have purchased and modified through AWS Device Farm.
|
ListOfferingTransactionsResponse.Builder |
offeringTransactions(OfferingTransaction... offeringTransactions) |
The audit log of subscriptions you have purchased and modified through AWS Device Farm.
|
copy
apply, build
ListOfferingTransactionsResponse.Builder offeringTransactions(Collection<OfferingTransaction> offeringTransactions)
The audit log of subscriptions you have purchased and modified through AWS Device Farm.
offeringTransactions
- The audit log of subscriptions you have purchased and modified through AWS Device Farm.ListOfferingTransactionsResponse.Builder offeringTransactions(OfferingTransaction... offeringTransactions)
The audit log of subscriptions you have purchased and modified through AWS Device Farm.
NOTE: This method appends the values to the existing list (if any). Use
#setOfferingTransactions(java.util.Collection)
or
#withOfferingTransactions(java.util.Collection)
if you want to override the existing values.
offeringTransactions
- The audit log of subscriptions you have purchased and modified through AWS Device Farm.ListOfferingTransactionsResponse.Builder nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
nextToken
- An identifier that was returned from the previous call to this operation, which can be used to return
the next set of items in the list.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.