Interface ListGraphsResponse.Builder

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

public static interface ListGraphsResponse.Builder extends DetectiveResponse.Builder, SdkPojo, CopyableBuilder<ListGraphsResponse.Builder,ListGraphsResponse>
  • Method Details

    • 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

      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<Graph>).

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