Interface DescribeRuleGroupMetadataRequest.Builder

    • Method Detail

      • ruleGroupName

        DescribeRuleGroupMetadataRequest.Builder ruleGroupName​(String ruleGroupName)

        The descriptive name of the rule group. You can't change the name of a rule group after you create it.

        You must specify the ARN or the name, and you can specify both.

        Parameters:
        ruleGroupName - The descriptive name of the rule group. You can't change the name of a rule group after you create it.

        You must specify the ARN or the name, and you can specify both.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ruleGroupArn

        DescribeRuleGroupMetadataRequest.Builder ruleGroupArn​(String ruleGroupArn)

        The descriptive name of the rule group. You can't change the name of a rule group after you create it.

        You must specify the ARN or the name, and you can specify both.

        Parameters:
        ruleGroupArn - The descriptive name of the rule group. You can't change the name of a rule group after you create it.

        You must specify the ARN or the name, and you can specify both.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        DescribeRuleGroupMetadataRequest.Builder type​(String type)

        Indicates whether the rule group is stateless or stateful. If the rule group is stateless, it contains stateless rules. If it is stateful, it contains stateful rules.

        This setting is required for requests that do not include the RuleGroupARN.

        Parameters:
        type - Indicates whether the rule group is stateless or stateful. If the rule group is stateless, it contains stateless rules. If it is stateful, it contains stateful rules.

        This setting is required for requests that do not include the RuleGroupARN.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RuleGroupType, RuleGroupType
      • type

        DescribeRuleGroupMetadataRequest.Builder type​(RuleGroupType type)

        Indicates whether the rule group is stateless or stateful. If the rule group is stateless, it contains stateless rules. If it is stateful, it contains stateful rules.

        This setting is required for requests that do not include the RuleGroupARN.

        Parameters:
        type - Indicates whether the rule group is stateless or stateful. If the rule group is stateless, it contains stateless rules. If it is stateful, it contains stateful rules.

        This setting is required for requests that do not include the RuleGroupARN.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RuleGroupType, RuleGroupType