public static interface ListGraphsResponse.Builder extends DetectiveResponse.Builder, SdkPojo, CopyableBuilder<ListGraphsResponse.Builder,ListGraphsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListGraphsResponse.Builder |
graphList(Collection<Graph> graphList)
A list of behavior graphs that the account is an administrator account for.
|
ListGraphsResponse.Builder |
graphList(Consumer<Graph.Builder>... graphList)
A list of behavior graphs that the account is an administrator account for.
|
ListGraphsResponse.Builder |
graphList(Graph... graphList)
A list of behavior graphs that the account is an administrator account for.
|
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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListGraphsResponse.Builder graphList(Collection<Graph> graphList)
A list of behavior graphs that the account is an administrator account for.
graphList - A list of behavior graphs that the account is an administrator account for.ListGraphsResponse.Builder graphList(Graph... graphList)
A list of behavior graphs that the account is an administrator account for.
graphList - A list of behavior graphs that the account is an administrator account for.ListGraphsResponse.Builder graphList(Consumer<Graph.Builder>... graphList)
A list of behavior graphs that the account is an administrator account for.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #graphList(List) .graphList - a consumer that will call methods on List.Builder #graphList(List) 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.
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.Copyright © 2021. All rights reserved.