Interface ListGraphsResponse.Builder

    • Method Detail

      • graphList

        ListGraphsResponse.Builder graphList​(Collection<Graph> graphList)

        A list of behavior graphs that the account is an administrator account for.

        Parameters:
        graphList - A list of behavior graphs that the account is an administrator account for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • graphList

        ListGraphsResponse.Builder graphList​(Graph... graphList)

        A list of behavior graphs that the account is an administrator account for.

        Parameters:
        graphList - A list of behavior graphs that the account is an administrator account for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • graphList

        ListGraphsResponse.Builder graphList​(Consumer<Graph.Builder>... graphList)

        A list of behavior graphs that the account is an administrator account for.

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

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #graphList(List).

        Parameters:
        graphList - a consumer that will call methods on Graph.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #graphList(java.util.Collection)
      • nextToken

        ListGraphsResponse.Builder nextToken​(String nextToken)

        If there are more behavior graphs remaining in the results, then this is the pagination token to use to request the next page of behavior graphs.

        Parameters:
        nextToken - If there are more behavior graphs remaining in the results, then this is the pagination token to use to request the next page of behavior graphs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.