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