public static interface ListGraphsRequest.Builder extends DetectiveRequest.Builder, SdkPojo, CopyableBuilder<ListGraphsRequest.Builder,ListGraphsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListGraphsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of graphs to return at a time.
|
ListGraphsRequest.Builder |
nextToken(String nextToken)
For requests to get the next page of results, the pagination token that was returned with the previous set of
results.
|
ListGraphsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListGraphsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListGraphsRequest.Builder nextToken(String nextToken)
For requests to get the next page of results, the pagination token that was returned with the previous set of results. The initial request does not include a pagination token.
nextToken - For requests to get the next page of results, the pagination token that was returned with the previous
set of results. The initial request does not include a pagination token.ListGraphsRequest.Builder maxResults(Integer maxResults)
The maximum number of graphs to return at a time. The total must be less than the overall limit on the number of results to return, which is currently 200.
maxResults - The maximum number of graphs to return at a time. The total must be less than the overall limit on the
number of results to return, which is currently 200.ListGraphsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListGraphsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.