public static interface ListMetricSetsRequest.Builder extends LookoutMetricsRequest.Builder, SdkPojo, CopyableBuilder<ListMetricSetsRequest.Builder,ListMetricSetsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListMetricSetsRequest.Builder |
anomalyDetectorArn(String anomalyDetectorArn)
The ARN of the anomaly detector containing the metrics sets to list.
|
ListMetricSetsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return.
|
ListMetricSetsRequest.Builder |
nextToken(String nextToken)
If the result of the previous request was truncated, the response includes a
NextToken. |
ListMetricSetsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListMetricSetsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMetricSetsRequest.Builder anomalyDetectorArn(String anomalyDetectorArn)
The ARN of the anomaly detector containing the metrics sets to list.
anomalyDetectorArn - The ARN of the anomaly detector containing the metrics sets to list.ListMetricSetsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
maxResults - The maximum number of results to return.ListMetricSetsRequest.Builder nextToken(String nextToken)
If the result of the previous request was 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 was 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.ListMetricSetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListMetricSetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.