public static interface ListOfferingTransactionsResponse.Builder extends DeviceFarmResponse.Builder, SdkPojo, CopyableBuilder<ListOfferingTransactionsResponse.Builder,ListOfferingTransactionsResponse>
| Modifier and Type | Method and 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(Consumer<OfferingTransaction.Builder>... 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListOfferingTransactionsResponse.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.
offeringTransactions - The audit log of subscriptions you have purchased and modified through AWS Device Farm.ListOfferingTransactionsResponse.Builder offeringTransactions(Consumer<OfferingTransaction.Builder>... offeringTransactions)
The audit log of subscriptions you have purchased and modified through AWS Device Farm.
This is a convenience method that creates an instance of theOfferingTransaction.Builder avoiding the need to
create one manually via
OfferingTransaction.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #offeringTransactions(List.
offeringTransactions - a consumer that will call methods on
OfferingTransaction.Builder#offeringTransactions(java.util.Collection) 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 © 2023. All rights reserved.