Interface ListAlertsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAlertsRequest.Builder,ListAlertsRequest>,LookoutMetricsRequest.Builder,SdkBuilder<ListAlertsRequest.Builder,ListAlertsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAlertsRequest
public static interface ListAlertsRequest.Builder extends LookoutMetricsRequest.Builder, SdkPojo, CopyableBuilder<ListAlertsRequest.Builder,ListAlertsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAlertsRequest.BuilderanomalyDetectorArn(String anomalyDetectorArn)The ARN of the alert's detector.ListAlertsRequest.BuildermaxResults(Integer maxResults)The maximum number of results that will be displayed by the request.ListAlertsRequest.BuildernextToken(String nextToken)If the result of the previous request is truncated, the response includes aNextToken.ListAlertsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAlertsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lookoutmetrics.model.LookoutMetricsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
anomalyDetectorArn
ListAlertsRequest.Builder anomalyDetectorArn(String anomalyDetectorArn)
The ARN of the alert's detector.
- Parameters:
anomalyDetectorArn- The ARN of the alert's detector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
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.- Parameters:
nextToken- If the result of the previous request is truncated, the response includes aNextToken. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListAlertsRequest.Builder maxResults(Integer maxResults)
The maximum number of results that will be displayed by the request.
- Parameters:
maxResults- The maximum number of results that will be displayed by the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAlertsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAlertsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-