Interface ListNodesRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListNodesRequest.Builder,ListNodesRequest>, ManagedBlockchainRequest.Builder, SdkBuilder<ListNodesRequest.Builder,ListNodesRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListNodesRequest

public static interface ListNodesRequest.Builder extends ManagedBlockchainRequest.Builder, SdkPojo, CopyableBuilder<ListNodesRequest.Builder,ListNodesRequest>
  • Method Details

    • networkId

      ListNodesRequest.Builder networkId(String networkId)

      The unique identifier of the network for which to list nodes.

      Parameters:
      networkId - The unique identifier of the network for which to list nodes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • memberId

      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.

      Parameters:
      memberId - The unique identifier of the member who owns the nodes to list.

      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.
    • status

      An optional status specifier. If provided, only nodes currently in this status are listed.

      Parameters:
      status - An optional status specifier. If provided, only nodes currently in this status are listed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      An optional status specifier. If provided, only nodes currently in this status are listed.

      Parameters:
      status - An optional status specifier. If provided, only nodes currently in this status are listed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • maxResults

      ListNodesRequest.Builder maxResults(Integer maxResults)

      The maximum number of nodes to list.

      Parameters:
      maxResults - The maximum number of nodes to list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListNodesRequest.Builder nextToken(String nextToken)

      The pagination token that indicates the next set of results to retrieve.

      Parameters:
      nextToken - The pagination token that indicates the next set of results to retrieve.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListNodesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.