Interface ListManagedInsightRulesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CloudWatchRequest.Builder
,CopyableBuilder<ListManagedInsightRulesRequest.Builder,
,ListManagedInsightRulesRequest> SdkBuilder<ListManagedInsightRulesRequest.Builder,
,ListManagedInsightRulesRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListManagedInsightRulesRequest
public static interface ListManagedInsightRulesRequest.Builder
extends CloudWatchRequest.Builder, SdkPojo, CopyableBuilder<ListManagedInsightRulesRequest.Builder,ListManagedInsightRulesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults
(Integer maxResults) The maximum number of results to return in one operation.Include this value to get the next set of rules if the value was returned by the previous operation.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.resourceARN
(String resourceARN) The ARN of an Amazon Web Services resource that has managed Contributor Insights rules.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.cloudwatch.model.CloudWatchRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
resourceARN
The ARN of an Amazon Web Services resource that has managed Contributor Insights rules.
- Parameters:
resourceARN
- The ARN of an Amazon Web Services resource that has managed Contributor Insights rules.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
Include this value to get the next set of rules if the value was returned by the previous operation.
- Parameters:
nextToken
- Include this value to get the next set of rules if the value was returned by the previous operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of results to return in one operation. If you omit this parameter, the default number is used. The default number is
100
.- Parameters:
maxResults
- The maximum number of results to return in one operation. If you omit this parameter, the default number is used. The default number is100
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListManagedInsightRulesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListManagedInsightRulesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-