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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.managedblockchainquery.model.ManagedBlockchainQueryRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-