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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListManagedInsightRulesRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return in one operation.ListManagedInsightRulesRequest.BuildernextToken(String nextToken)Include this value to get the next set of rules if the value was returned by the previous operation.ListManagedInsightRulesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListManagedInsightRulesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListManagedInsightRulesRequest.BuilderresourceARN(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
resourceARN
ListManagedInsightRulesRequest.Builder resourceARN(String 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
ListManagedInsightRulesRequest.Builder nextToken(String 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
ListManagedInsightRulesRequest.Builder maxResults(Integer 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
-
-