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