Interface ListAnomalyGroupSummariesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAnomalyGroupSummariesRequest.Builder,ListAnomalyGroupSummariesRequest>,LookoutMetricsRequest.Builder,SdkBuilder<ListAnomalyGroupSummariesRequest.Builder,ListAnomalyGroupSummariesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAnomalyGroupSummariesRequest
public static interface ListAnomalyGroupSummariesRequest.Builder extends LookoutMetricsRequest.Builder, SdkPojo, CopyableBuilder<ListAnomalyGroupSummariesRequest.Builder,ListAnomalyGroupSummariesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAnomalyGroupSummariesRequest.BuilderanomalyDetectorArn(String anomalyDetectorArn)The Amazon Resource Name (ARN) of the anomaly detector.ListAnomalyGroupSummariesRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return.ListAnomalyGroupSummariesRequest.BuildernextToken(String nextToken)Specify the pagination token that's returned by a previous request to retrieve the next page of results.ListAnomalyGroupSummariesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAnomalyGroupSummariesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAnomalyGroupSummariesRequest.BuildersensitivityThreshold(Integer sensitivityThreshold)The minimum severity score for inclusion in the output.-
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
ListAnomalyGroupSummariesRequest.Builder anomalyDetectorArn(String anomalyDetectorArn)
The Amazon Resource Name (ARN) of the anomaly detector.
- Parameters:
anomalyDetectorArn- The Amazon Resource Name (ARN) of the anomaly detector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sensitivityThreshold
ListAnomalyGroupSummariesRequest.Builder sensitivityThreshold(Integer sensitivityThreshold)
The minimum severity score for inclusion in the output.
- Parameters:
sensitivityThreshold- The minimum severity score for inclusion in the output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListAnomalyGroupSummariesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
- Parameters:
maxResults- The maximum number of results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAnomalyGroupSummariesRequest.Builder nextToken(String nextToken)
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
- Parameters:
nextToken- Specify the pagination token that's returned by a previous request to retrieve the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAnomalyGroupSummariesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAnomalyGroupSummariesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-