Interface RulesSourceList.Builder

  • Method Details

    • targets

      The domains that you want to inspect for in your traffic flows. Valid domain specifications are the following:

      • Explicit names. For example, abc.example.com matches only the domain abc.example.com.

      • Names that use a domain wildcard, which you indicate with an initial '.'. For example, .example.com matches example.com and matches all subdomains of example.com, such as abc.example.com and www.example.com.

      Parameters:
      targets - The domains that you want to inspect for in your traffic flows. Valid domain specifications are the following:

      • Explicit names. For example, abc.example.com matches only the domain abc.example.com.

      • Names that use a domain wildcard, which you indicate with an initial '.'. For example, .example.com matches example.com and matches all subdomains of example.com, such as abc.example.com and www.example.com.

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

      RulesSourceList.Builder targets(String... targets)

      The domains that you want to inspect for in your traffic flows. Valid domain specifications are the following:

      • Explicit names. For example, abc.example.com matches only the domain abc.example.com.

      • Names that use a domain wildcard, which you indicate with an initial '.'. For example, .example.com matches example.com and matches all subdomains of example.com, such as abc.example.com and www.example.com.

      Parameters:
      targets - The domains that you want to inspect for in your traffic flows. Valid domain specifications are the following:

      • Explicit names. For example, abc.example.com matches only the domain abc.example.com.

      • Names that use a domain wildcard, which you indicate with an initial '.'. For example, .example.com matches example.com and matches all subdomains of example.com, such as abc.example.com and www.example.com.

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

      RulesSourceList.Builder targetTypesWithStrings(Collection<String> targetTypes)

      The protocols you want to inspect. Specify TLS_SNI for HTTPS. Specify HTTP_HOST for HTTP. You can specify either or both.

      Parameters:
      targetTypes - The protocols you want to inspect. Specify TLS_SNI for HTTPS. Specify HTTP_HOST for HTTP. You can specify either or both.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetTypesWithStrings

      RulesSourceList.Builder targetTypesWithStrings(String... targetTypes)

      The protocols you want to inspect. Specify TLS_SNI for HTTPS. Specify HTTP_HOST for HTTP. You can specify either or both.

      Parameters:
      targetTypes - The protocols you want to inspect. Specify TLS_SNI for HTTPS. Specify HTTP_HOST for HTTP. You can specify either or both.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetTypes

      RulesSourceList.Builder targetTypes(Collection<TargetType> targetTypes)

      The protocols you want to inspect. Specify TLS_SNI for HTTPS. Specify HTTP_HOST for HTTP. You can specify either or both.

      Parameters:
      targetTypes - The protocols you want to inspect. Specify TLS_SNI for HTTPS. Specify HTTP_HOST for HTTP. You can specify either or both.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetTypes

      RulesSourceList.Builder targetTypes(TargetType... targetTypes)

      The protocols you want to inspect. Specify TLS_SNI for HTTPS. Specify HTTP_HOST for HTTP. You can specify either or both.

      Parameters:
      targetTypes - The protocols you want to inspect. Specify TLS_SNI for HTTPS. Specify HTTP_HOST for HTTP. You can specify either or both.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • generatedRulesType

      RulesSourceList.Builder generatedRulesType(String generatedRulesType)

      Whether you want to apply allow, reject, alert, or drop behavior to the domains in your target list.

      When logging is enabled and you choose Alert, traffic that matches the domain specifications generates an alert in the firewall's logs. Then, traffic either passes, is rejected, or drops based on other rules in the firewall policy.

      Parameters:
      generatedRulesType - Whether you want to apply allow, reject, alert, or drop behavior to the domains in your target list.

      When logging is enabled and you choose Alert, traffic that matches the domain specifications generates an alert in the firewall's logs. Then, traffic either passes, is rejected, or drops based on other rules in the firewall policy.

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

      RulesSourceList.Builder generatedRulesType(GeneratedRulesType generatedRulesType)

      Whether you want to apply allow, reject, alert, or drop behavior to the domains in your target list.

      When logging is enabled and you choose Alert, traffic that matches the domain specifications generates an alert in the firewall's logs. Then, traffic either passes, is rejected, or drops based on other rules in the firewall policy.

      Parameters:
      generatedRulesType - Whether you want to apply allow, reject, alert, or drop behavior to the domains in your target list.

      When logging is enabled and you choose Alert, traffic that matches the domain specifications generates an alert in the firewall's logs. Then, traffic either passes, is rejected, or drops based on other rules in the firewall policy.

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