Class DeleteRuleRequest

    • Method Detail

      • name

        public final String name()

        The name of the rule.

        Returns:
        The name of the rule.
      • eventBusName

        public final String eventBusName()

        The name or ARN of the event bus associated with the rule. If you omit this, the default event bus is used.

        Returns:
        The name or ARN of the event bus associated with the rule. If you omit this, the default event bus is used.
      • force

        public final 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.

        Returns:
        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.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object