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 method that creates an instance of theGraph.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.
graphList - a consumer that will call methods on
Graph.Builder#graphList(java.util.Collection) 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 © 2023. All rights reserved.