Interface DisableInsightRulesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudWatchRequest.Builder,CopyableBuilder<DisableInsightRulesRequest.Builder,DisableInsightRulesRequest>,SdkBuilder<DisableInsightRulesRequest.Builder,DisableInsightRulesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DisableInsightRulesRequest
@Mutable @NotThreadSafe public static interface DisableInsightRulesRequest.Builder extends CloudWatchRequest.Builder, SdkPojo, CopyableBuilder<DisableInsightRulesRequest.Builder,DisableInsightRulesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisableInsightRulesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisableInsightRulesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DisableInsightRulesRequest.BuilderruleNames(String... ruleNames)An array of the rule names to disable.DisableInsightRulesRequest.BuilderruleNames(Collection<String> ruleNames)An array of the rule names to disable.-
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
-
ruleNames
DisableInsightRulesRequest.Builder ruleNames(Collection<String> ruleNames)
An array of the rule names to disable. If you need to find out the names of your rules, use DescribeInsightRules.
- Parameters:
ruleNames- An array of the rule names to disable. If you need to find out the names of your rules, use DescribeInsightRules.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ruleNames
DisableInsightRulesRequest.Builder ruleNames(String... ruleNames)
An array of the rule names to disable. If you need to find out the names of your rules, use DescribeInsightRules.
- Parameters:
ruleNames- An array of the rule names to disable. If you need to find out the names of your rules, use DescribeInsightRules.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DisableInsightRulesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DisableInsightRulesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-