Interface GetContextGraphResponse.Builder

  • Method Details

    • nodes

      The page of nodes matching the request. This is the paginated collection.

      Parameters:
      nodes - The page of nodes matching the request. This is the paginated collection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nodes

      The page of nodes matching the request. This is the paginated collection.

      Parameters:
      nodes - The page of nodes matching the request. This is the paginated collection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nodes

      The page of nodes matching the request. This is the paginated collection.

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

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

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

      Pagination token for the next page; absent when there are no more results.

      Parameters:
      nextToken - Pagination token for the next page; absent when there are no more results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.