Interface ListManagedInsightRulesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudWatchRequest.Builder,CopyableBuilder<ListManagedInsightRulesRequest.Builder,,ListManagedInsightRulesRequest> SdkBuilder<ListManagedInsightRulesRequest.Builder,,ListManagedInsightRulesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListManagedInsightRulesRequest
@Mutable
@NotThreadSafe
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) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) 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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cloudwatch.model.CloudWatchRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, 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) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListManagedInsightRulesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-