public static interface ListNodesRequest.Builder extends ManagedBlockchainRequest.Builder, SdkPojo, CopyableBuilder<ListNodesRequest.Builder,ListNodesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListNodesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of nodes to list.
|
ListNodesRequest.Builder |
memberId(String memberId)
The unique identifier of the member who owns the nodes to list.
|
ListNodesRequest.Builder |
networkId(String networkId)
The unique identifier of the network for which to list nodes.
|
ListNodesRequest.Builder |
nextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
|
ListNodesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListNodesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListNodesRequest.Builder |
status(NodeStatus status)
An optional status specifier.
|
ListNodesRequest.Builder |
status(String status)
An optional status specifier.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListNodesRequest.Builder networkId(String networkId)
The unique identifier of the network for which to list nodes.
networkId - The unique identifier of the network for which to list nodes.ListNodesRequest.Builder memberId(String memberId)
The unique identifier of the member who owns the nodes to list.
Applies only to Hyperledger Fabric and is required for Hyperledger Fabric.
memberId - The unique identifier of the member who owns the nodes to list.
Applies only to Hyperledger Fabric and is required for Hyperledger Fabric.
ListNodesRequest.Builder status(String status)
An optional status specifier. If provided, only nodes currently in this status are listed.
status - An optional status specifier. If provided, only nodes currently in this status are listed.NodeStatus,
NodeStatusListNodesRequest.Builder status(NodeStatus status)
An optional status specifier. If provided, only nodes currently in this status are listed.
status - An optional status specifier. If provided, only nodes currently in this status are listed.NodeStatus,
NodeStatusListNodesRequest.Builder maxResults(Integer maxResults)
The maximum number of nodes to list.
maxResults - The maximum number of nodes to list.ListNodesRequest.Builder nextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
nextToken - The pagination token that indicates the next set of results to retrieve.ListNodesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListNodesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.