Interface TemplateOrRuleReference.Builder

  • Method Details

    • templateIdentifier

      TemplateOrRuleReference.Builder templateIdentifier(String templateIdentifier)

      The identifier of the template. This is the template's Amazon Resource Name (ARN).

      Parameters:
      templateIdentifier - The identifier of the template. This is the template's Amazon Resource Name (ARN).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ruleIdentifier

      TemplateOrRuleReference.Builder ruleIdentifier(String ruleIdentifier)

      The identifier of the rule. This is the rule's Amazon Resource Name (ARN).

      Parameters:
      ruleIdentifier - The identifier of the rule. This is the rule's Amazon Resource Name (ARN).
      Returns:
      Returns a reference to this object so that method calls can be chained together.