Interface GetNodeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetNodeRequest.Builder,GetNodeRequest>,ManagedBlockchainRequest.Builder,SdkBuilder<GetNodeRequest.Builder,GetNodeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetNodeRequest
public static interface GetNodeRequest.Builder extends ManagedBlockchainRequest.Builder, SdkPojo, CopyableBuilder<GetNodeRequest.Builder,GetNodeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetNodeRequest.BuildermemberId(String memberId)The unique identifier of the member that owns the node.GetNodeRequest.BuildernetworkId(String networkId)The unique identifier of the network that the node is on.GetNodeRequest.BuildernodeId(String nodeId)The unique identifier of the node.GetNodeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetNodeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.managedblockchain.model.ManagedBlockchainRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
networkId
GetNodeRequest.Builder networkId(String networkId)
The unique identifier of the network that the node is on.
- Parameters:
networkId- The unique identifier of the network that the node is on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
memberId
GetNodeRequest.Builder memberId(String memberId)
The unique identifier of the member that owns the node.
Applies only to Hyperledger Fabric and is required for Hyperledger Fabric.
- Parameters:
memberId- The unique identifier of the member that owns the node.Applies only to Hyperledger Fabric and is required for Hyperledger Fabric.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodeId
GetNodeRequest.Builder nodeId(String nodeId)
The unique identifier of the node.
- Parameters:
nodeId- The unique identifier of the node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetNodeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetNodeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-