public static interface ListAnomalyDetectorsRequest.Builder extends LookoutMetricsRequest.Builder, SdkPojo, CopyableBuilder<ListAnomalyDetectorsRequest.Builder,ListAnomalyDetectorsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAnomalyDetectorsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return.
|
ListAnomalyDetectorsRequest.Builder |
nextToken(String nextToken)
If the result of the previous request was truncated, the response includes a
NextToken. |
ListAnomalyDetectorsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAnomalyDetectorsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAnomalyDetectorsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
maxResults - The maximum number of results to return.ListAnomalyDetectorsRequest.Builder nextToken(String nextToken)
If the result of the previous request was truncated, the response includes a NextToken. To
retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.
nextToken - If the result of the previous request was truncated, the response includes a NextToken.
To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.ListAnomalyDetectorsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAnomalyDetectorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.