Interface ListOfferingTransactionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListOfferingTransactionsResponse.Builder,ListOfferingTransactionsResponse>,DeviceFarmResponse.Builder,SdkBuilder<ListOfferingTransactionsResponse.Builder,ListOfferingTransactionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListOfferingTransactionsResponse
public static interface ListOfferingTransactionsResponse.Builder extends DeviceFarmResponse.Builder, SdkPojo, CopyableBuilder<ListOfferingTransactionsResponse.Builder,ListOfferingTransactionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListOfferingTransactionsResponse.BuildernextToken(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.BuilderofferingTransactions(Collection<OfferingTransaction> offeringTransactions)The audit log of subscriptions you have purchased and modified through AWS Device Farm.ListOfferingTransactionsResponse.BuilderofferingTransactions(Consumer<OfferingTransaction.Builder>... offeringTransactions)The audit log of subscriptions you have purchased and modified through AWS Device Farm.ListOfferingTransactionsResponse.BuilderofferingTransactions(OfferingTransaction... offeringTransactions)The audit log of subscriptions you have purchased and modified through AWS Device Farm.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.devicefarm.model.DeviceFarmResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
offeringTransactions
ListOfferingTransactionsResponse.Builder offeringTransactions(Collection<OfferingTransaction> offeringTransactions)
The audit log of subscriptions you have purchased and modified through AWS Device Farm.
- Parameters:
offeringTransactions- The audit log of subscriptions you have purchased and modified through AWS Device Farm.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
offeringTransactions
ListOfferingTransactionsResponse.Builder offeringTransactions(OfferingTransaction... offeringTransactions)
The audit log of subscriptions you have purchased and modified through AWS Device Farm.
- Parameters:
offeringTransactions- The audit log of subscriptions you have purchased and modified through AWS Device Farm.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
offeringTransactions
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.Builderavoiding the need to create one manually viaOfferingTransaction.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#offeringTransactions(List.) - Parameters:
offeringTransactions- a consumer that will call methods onOfferingTransaction.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#offeringTransactions(java.util.Collection)
-
nextToken
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-