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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetTransactionRequest.Buildernetwork(String network)The blockchain network where the transaction occurred.GetTransactionRequest.Buildernetwork(QueryNetwork network)The blockchain network where the transaction occurred.GetTransactionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetTransactionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetTransactionRequest.BuildertransactionHash(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 Detail
-
transactionHash
GetTransactionRequest.Builder transactionHash(String 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
GetTransactionRequest.Builder network(String 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:
QueryNetwork,QueryNetwork
-
network
GetTransactionRequest.Builder network(QueryNetwork 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:
QueryNetwork,QueryNetwork
-
overrideConfiguration
GetTransactionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetTransactionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-