public static interface PolicyTypeScope.Builder extends SdkPojo, CopyableBuilder<PolicyTypeScope.Builder,PolicyTypeScope>
| Modifier and Type | Method and Description |
|---|---|
PolicyTypeScope.Builder |
allPolicyTypesEnabled(Boolean allPolicyTypesEnabled)
Allows the specified Firewall Manager administrator to manage all Firewall Manager policy types, except for
third-party policy types.
|
PolicyTypeScope.Builder |
policyTypes(Collection<SecurityServiceType> policyTypes)
The list of policy types that the specified Firewall Manager administrator can manage.
|
PolicyTypeScope.Builder |
policyTypes(SecurityServiceType... policyTypes)
The list of policy types that the specified Firewall Manager administrator can manage.
|
PolicyTypeScope.Builder |
policyTypesWithStrings(Collection<String> policyTypes)
The list of policy types that the specified Firewall Manager administrator can manage.
|
PolicyTypeScope.Builder |
policyTypesWithStrings(String... policyTypes)
The list of policy types that the specified Firewall Manager administrator can manage.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPolicyTypeScope.Builder policyTypesWithStrings(Collection<String> policyTypes)
The list of policy types that the specified Firewall Manager administrator can manage.
policyTypes - The list of policy types that the specified Firewall Manager administrator can manage.PolicyTypeScope.Builder policyTypesWithStrings(String... policyTypes)
The list of policy types that the specified Firewall Manager administrator can manage.
policyTypes - The list of policy types that the specified Firewall Manager administrator can manage.PolicyTypeScope.Builder policyTypes(Collection<SecurityServiceType> policyTypes)
The list of policy types that the specified Firewall Manager administrator can manage.
policyTypes - The list of policy types that the specified Firewall Manager administrator can manage.PolicyTypeScope.Builder policyTypes(SecurityServiceType... policyTypes)
The list of policy types that the specified Firewall Manager administrator can manage.
policyTypes - The list of policy types that the specified Firewall Manager administrator can manage.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.
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.Copyright © 2023. All rights reserved.