Interface ListNodesResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListNodesResponse.Builder,ListNodesResponse>, ManagedBlockchainResponse.Builder, SdkBuilder<ListNodesResponse.Builder,ListNodesResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListNodesResponse

public static interface ListNodesResponse.Builder extends ManagedBlockchainResponse.Builder, SdkPojo, CopyableBuilder<ListNodesResponse.Builder,ListNodesResponse>
  • Method Details

    • nodes

      An array of NodeSummary objects that contain configuration properties for each node.

      Parameters:
      nodes - An array of NodeSummary objects that contain configuration properties for each node.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nodes

      An array of NodeSummary objects that contain configuration properties for each node.

      Parameters:
      nodes - An array of NodeSummary objects that contain configuration properties for each node.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nodes

      An array of NodeSummary objects that contain configuration properties for each node.

      This is a convenience method that creates an instance of the NodeSummary.Builder avoiding the need to create one manually via NodeSummary.builder() .

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to nodes(List<NodeSummary>).

      Parameters:
      nodes - a consumer that will call methods on NodeSummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      ListNodesResponse.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.