Interface PolicyTypeScope.Builder

    • Method Detail

      • policyTypesWithStrings

        PolicyTypeScope.Builder policyTypesWithStrings​(Collection<String> policyTypes)

        The list of policy types that the specified Firewall Manager administrator can manage.

        Parameters:
        policyTypes - The list of policy types that the specified Firewall Manager administrator can manage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • policyTypesWithStrings

        PolicyTypeScope.Builder policyTypesWithStrings​(String... policyTypes)

        The list of policy types that the specified Firewall Manager administrator can manage.

        Parameters:
        policyTypes - The list of policy types that the specified Firewall Manager administrator can manage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • policyTypes

        PolicyTypeScope.Builder policyTypes​(Collection<SecurityServiceType> policyTypes)

        The list of policy types that the specified Firewall Manager administrator can manage.

        Parameters:
        policyTypes - The list of policy types that the specified Firewall Manager administrator can manage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • policyTypes

        PolicyTypeScope.Builder policyTypes​(SecurityServiceType... policyTypes)

        The list of policy types that the specified Firewall Manager administrator can manage.

        Parameters:
        policyTypes - The list of policy types that the specified Firewall Manager administrator can manage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • allPolicyTypesEnabled

        PolicyTypeScope.Builder allPolicyTypesEnabled​(Boolean allPolicyTypesEnabled)

        Allows the specified Firewall Manager administrator to manage all Firewall Manager policy types, except for third-party policy types. Third-party policy types can only be managed by the Firewall Manager default administrator.

        Parameters:
        allPolicyTypesEnabled - Allows the specified Firewall Manager administrator to manage all Firewall Manager policy types, except for third-party policy types. Third-party policy types can only be managed by the Firewall Manager default administrator.
        Returns:
        Returns a reference to this object so that method calls can be chained together.