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 a transaction.GetTransactionRequest.BuildertransactionId(String transactionId)The identifier of a Bitcoin 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 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
GetTransactionRequest.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
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
-
-