public static interface DeleteRuleRequest.Builder extends EventBridgeRequest.Builder, SdkPojo, CopyableBuilder<DeleteRuleRequest.Builder,DeleteRuleRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteRuleRequest.Builder |
eventBusName(String eventBusName)
The name or ARN of the event bus associated with the rule.
|
DeleteRuleRequest.Builder |
force(Boolean force)
If this is a managed rule, created by an Amazon Web Services service on your behalf, you must specify
Force as True to delete the rule. |
DeleteRuleRequest.Builder |
name(String name)
The name of the rule.
|
DeleteRuleRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteRuleRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteRuleRequest.Builder name(String name)
The name of the rule.
name - The name of the rule.DeleteRuleRequest.Builder eventBusName(String eventBusName)
The name or ARN of the event bus associated with the rule. If you omit this, the default event bus is used.
eventBusName - The name or ARN of the event bus associated with the rule. If you omit this, the default event bus is
used.DeleteRuleRequest.Builder force(Boolean force)
If this is a managed rule, created by an Amazon Web Services service on your behalf, you must specify
Force as True to delete the rule. This parameter is ignored for rules that are not
managed rules. You can check whether a rule is a managed rule by using DescribeRule or
ListRules and checking the ManagedBy field of the response.
force - If this is a managed rule, created by an Amazon Web Services service on your behalf, you must specify
Force as True to delete the rule. This parameter is ignored for rules that
are not managed rules. You can check whether a rule is a managed rule by using
DescribeRule or ListRules and checking the ManagedBy field of
the response.DeleteRuleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteRuleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.