Interface ListAnomalyDetectorsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAnomalyDetectorsRequest.Builder,ListAnomalyDetectorsRequest>,LookoutMetricsRequest.Builder,SdkBuilder<ListAnomalyDetectorsRequest.Builder,ListAnomalyDetectorsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAnomalyDetectorsRequest
public static interface ListAnomalyDetectorsRequest.Builder extends LookoutMetricsRequest.Builder, SdkPojo, CopyableBuilder<ListAnomalyDetectorsRequest.Builder,ListAnomalyDetectorsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAnomalyDetectorsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return.ListAnomalyDetectorsRequest.BuildernextToken(String nextToken)If the result of the previous request was truncated, the response includes aNextToken.ListAnomalyDetectorsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAnomalyDetectorsRequest.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
-
maxResults
ListAnomalyDetectorsRequest.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
ListAnomalyDetectorsRequest.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.- Parameters:
nextToken- If the result of the previous request was 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.
-
overrideConfiguration
ListAnomalyDetectorsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAnomalyDetectorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-