Interface ListTransactionEventsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListTransactionEventsRequest.Builder,ListTransactionEventsRequest>,ManagedBlockchainQueryRequest.Builder,SdkBuilder<ListTransactionEventsRequest.Builder,ListTransactionEventsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListTransactionEventsRequest
public static interface ListTransactionEventsRequest.Builder extends ManagedBlockchainQueryRequest.Builder, SdkPojo, CopyableBuilder<ListTransactionEventsRequest.Builder,ListTransactionEventsRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.managedblockchainquery.model.ManagedBlockchainQueryRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
transactionHash
ListTransactionEventsRequest.Builder transactionHash(String transactionHash)
The hash of a transaction. It is generated when a transaction is created.
- Parameters:
transactionHash- The hash of a transaction. It is generated when a transaction is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transactionId
ListTransactionEventsRequest.Builder transactionId(String transactionId)
The identifier of a Bitcoin transaction. It is generated when a transaction is created.
transactionIdis only supported on the Bitcoin networks.- Parameters:
transactionId- The identifier of a Bitcoin transaction. It is generated when a transaction is created.transactionIdis only supported on the Bitcoin networks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
network
ListTransactionEventsRequest.Builder network(String network)
The blockchain network where the transaction events occurred.
- Parameters:
network- The blockchain network where the transaction events occurred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
QueryNetwork,QueryNetwork
-
network
ListTransactionEventsRequest.Builder network(QueryNetwork network)
The blockchain network where the transaction events occurred.
- Parameters:
network- The blockchain network where the transaction events occurred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
QueryNetwork,QueryNetwork
-
nextToken
ListTransactionEventsRequest.Builder nextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
- Parameters:
nextToken- The pagination token that indicates the next set of results to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListTransactionEventsRequest.Builder maxResults(Integer maxResults)
The maximum number of transaction events to list.
Default:
100Even if additional results can be retrieved, the request can return less results than
maxResultsor an empty array of results.To retrieve the next set of results, make another request with the returned
nextTokenvalue. The value ofnextTokenisnullwhen there are no more results to return- Parameters:
maxResults- The maximum number of transaction events to list.Default:
100Even if additional results can be retrieved, the request can return less results than
maxResultsor an empty array of results.To retrieve the next set of results, make another request with the returned
nextTokenvalue. The value ofnextTokenisnullwhen there are no more results to return- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListTransactionEventsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListTransactionEventsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-