Interface PolicyTypeScope.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PolicyTypeScope.Builder,PolicyTypeScope>,SdkBuilder<PolicyTypeScope.Builder,PolicyTypeScope>,SdkPojo
- Enclosing class:
- PolicyTypeScope
public static interface PolicyTypeScope.Builder extends SdkPojo, CopyableBuilder<PolicyTypeScope.Builder,PolicyTypeScope>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PolicyTypeScope.BuilderallPolicyTypesEnabled(Boolean allPolicyTypesEnabled)Allows the specified Firewall Manager administrator to manage all Firewall Manager policy types, except for third-party policy types.PolicyTypeScope.BuilderpolicyTypes(Collection<SecurityServiceType> policyTypes)The list of policy types that the specified Firewall Manager administrator can manage.PolicyTypeScope.BuilderpolicyTypes(SecurityServiceType... policyTypes)The list of policy types that the specified Firewall Manager administrator can manage.PolicyTypeScope.BuilderpolicyTypesWithStrings(String... policyTypes)The list of policy types that the specified Firewall Manager administrator can manage.PolicyTypeScope.BuilderpolicyTypesWithStrings(Collection<String> policyTypes)The list of policy types that the specified Firewall Manager administrator can manage.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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.
-
-