public static interface ListAlertsRequest.Builder extends LookoutMetricsRequest.Builder, SdkPojo, CopyableBuilder<ListAlertsRequest.Builder,ListAlertsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAlertsRequest.Builder |
anomalyDetectorArn(String anomalyDetectorArn)
The ARN of the alert's detector.
|
ListAlertsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results that will be displayed by the request.
|
ListAlertsRequest.Builder |
nextToken(String nextToken)
If the result of the previous request is truncated, the response includes a
NextToken. |
ListAlertsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAlertsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAlertsRequest.Builder anomalyDetectorArn(String anomalyDetectorArn)
The ARN of the alert's detector.
anomalyDetectorArn - The ARN of the alert's detector.ListAlertsRequest.Builder nextToken(String nextToken)
If the result of the previous request is 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 is 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.ListAlertsRequest.Builder maxResults(Integer maxResults)
The maximum number of results that will be displayed by the request.
maxResults - The maximum number of results that will be displayed by the request.ListAlertsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAlertsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.