public static interface DescribeInsightRulesRequest.Builder extends CloudWatchRequest.Builder, SdkPojo, CopyableBuilder<DescribeInsightRulesRequest.Builder,DescribeInsightRulesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeInsightRulesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in one operation.
|
DescribeInsightRulesRequest.Builder |
nextToken(String nextToken)
Include this value, if it was returned by the previous operation, to get the next set of rules.
|
DescribeInsightRulesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeInsightRulesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeInsightRulesRequest.Builder nextToken(String nextToken)
Include this value, if it was returned by the previous operation, to get the next set of rules.
nextToken - Include this value, if it was returned by the previous operation, to get the next set of rules.DescribeInsightRulesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in one operation. If you omit this parameter, the default of 500 is used.
maxResults - The maximum number of results to return in one operation. If you omit this parameter, the default of
500 is used.DescribeInsightRulesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeInsightRulesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.