Interface PartialMatch.Builder

All Superinterfaces:
Buildable, CopyableBuilder<PartialMatch.Builder,PartialMatch>, SdkBuilder<PartialMatch.Builder,PartialMatch>, SdkPojo
Enclosing class:
PartialMatch

public static interface PartialMatch.Builder extends SdkPojo, CopyableBuilder<PartialMatch.Builder,PartialMatch>
  • Method Details

    • reference

      PartialMatch.Builder reference(String reference)

      The reference rule from the primary security group of the Firewall Manager policy.

      Parameters:
      reference - The reference rule from the primary security group of the Firewall Manager policy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetViolationReasons

      PartialMatch.Builder targetViolationReasons(Collection<String> targetViolationReasons)

      The violation reason.

      Parameters:
      targetViolationReasons - The violation reason.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetViolationReasons

      PartialMatch.Builder targetViolationReasons(String... targetViolationReasons)

      The violation reason.

      Parameters:
      targetViolationReasons - The violation reason.
      Returns:
      Returns a reference to this object so that method calls can be chained together.