Interface GetTransactionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetTransactionRequest.Builder,
,GetTransactionRequest> ManagedBlockchainQueryRequest.Builder
,SdkBuilder<GetTransactionRequest.Builder,
,GetTransactionRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetTransactionRequest
public static interface GetTransactionRequest.Builder
extends ManagedBlockchainQueryRequest.Builder, SdkPojo, CopyableBuilder<GetTransactionRequest.Builder,GetTransactionRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe blockchain network where the transaction occurred.network
(QueryNetwork network) The blockchain network where the transaction occurred.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.transactionHash
(String transactionHash) The hash of the transaction.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 Details
-
transactionHash
The hash of the transaction. It is generated whenever a transaction is verified and added to the blockchain.
- Parameters:
transactionHash
- The hash of the transaction. It is generated whenever a transaction is verified and added to the blockchain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
network
The blockchain network where the transaction occurred.
- Parameters:
network
- The blockchain network where the transaction occurred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
network
The blockchain network where the transaction occurred.
- Parameters:
network
- The blockchain network where the transaction occurred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
GetTransactionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetTransactionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-