Interface GetTransactionRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<GetTransactionRequest.Builder,,- GetTransactionRequest> - ManagedBlockchainQueryRequest.Builder,- SdkBuilder<GetTransactionRequest.Builder,,- GetTransactionRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- GetTransactionRequest
@Mutable
@NotThreadSafe
public static interface GetTransactionRequest.Builder
extends ManagedBlockchainQueryRequest.Builder, SdkPojo, CopyableBuilder<GetTransactionRequest.Builder,GetTransactionRequest> 
- 
Method SummaryModifier 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 a transaction.transactionId(String transactionId) The identifier of a Bitcoin transaction.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.managedblockchainquery.model.ManagedBlockchainQueryRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
transactionHashThe 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.
 
- 
transactionIdThe 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.
 
- 
networkThe 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:
 
- 
networkThe 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:
 
- 
overrideConfigurationGetTransactionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationGetTransactionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-