| Package | Description |
|---|---|
| software.amazon.awssdk.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
static Policy.Builder |
Policy.builder() |
Policy.Builder |
Policy.Builder.deleteUnusedFMManagedResources(Boolean deleteUnusedFMManagedResources)
Indicates whether Firewall Manager should automatically remove protections from resources that leave the
policy scope and clean up resources that Firewall Manager is managing for accounts when those accounts leave
policy scope.
|
Policy.Builder |
Policy.Builder.excludeMap(Map<CustomerPolicyScopeIdType,? extends Collection<String>> excludeMap)
Specifies the Amazon Web Services account IDs and Organizations organizational units (OUs) to exclude from
the policy.
|
Policy.Builder |
Policy.Builder.excludeMapWithStrings(Map<String,? extends Collection<String>> excludeMap)
Specifies the Amazon Web Services account IDs and Organizations organizational units (OUs) to exclude from
the policy.
|
Policy.Builder |
Policy.Builder.excludeResourceTags(Boolean excludeResourceTags)
If set to
True, resources with the tags that are specified in the ResourceTag array
are not in scope of the policy. |
Policy.Builder |
Policy.Builder.includeMap(Map<CustomerPolicyScopeIdType,? extends Collection<String>> includeMap)
Specifies the Amazon Web Services account IDs and Organizations organizational units (OUs) to include in the
policy.
|
Policy.Builder |
Policy.Builder.includeMapWithStrings(Map<String,? extends Collection<String>> includeMap)
Specifies the Amazon Web Services account IDs and Organizations organizational units (OUs) to include in the
policy.
|
Policy.Builder |
Policy.Builder.policyDescription(String policyDescription)
The definition of the Network Firewall firewall policy.
|
Policy.Builder |
Policy.Builder.policyId(String policyId)
The ID of the Firewall Manager policy.
|
Policy.Builder |
Policy.Builder.policyName(String policyName)
The name of the Firewall Manager policy.
|
Policy.Builder |
Policy.Builder.policyUpdateToken(String policyUpdateToken)
A unique identifier for each update to the policy.
|
Policy.Builder |
Policy.Builder.remediationEnabled(Boolean remediationEnabled)
Indicates if the policy should be automatically applied to new resources.
|
Policy.Builder |
Policy.Builder.resourceSetIds(Collection<String> resourceSetIds)
The unique identifiers of the resource sets used by the policy.
|
Policy.Builder |
Policy.Builder.resourceSetIds(String... resourceSetIds)
The unique identifiers of the resource sets used by the policy.
|
Policy.Builder |
Policy.Builder.resourceTags(Collection<ResourceTag> resourceTags)
An array of
ResourceTag objects. |
Policy.Builder |
Policy.Builder.resourceTags(Consumer<ResourceTag.Builder>... resourceTags)
An array of
ResourceTag objects. |
Policy.Builder |
Policy.Builder.resourceTags(ResourceTag... resourceTags)
An array of
ResourceTag objects. |
Policy.Builder |
Policy.Builder.resourceType(String resourceType)
The type of resource protected by or in scope of the policy.
|
Policy.Builder |
Policy.Builder.resourceTypeList(Collection<String> resourceTypeList)
An array of
ResourceType objects. |
Policy.Builder |
Policy.Builder.resourceTypeList(String... resourceTypeList)
An array of
ResourceType objects. |
default Policy.Builder |
Policy.Builder.securityServicePolicyData(Consumer<SecurityServicePolicyData.Builder> securityServicePolicyData)
Details about the security service that is being used to protect the resources.
|
Policy.Builder |
Policy.Builder.securityServicePolicyData(SecurityServicePolicyData securityServicePolicyData)
Details about the security service that is being used to protect the resources.
|
Policy.Builder |
Policy.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Policy.Builder> |
Policy.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PutPolicyResponse.Builder |
PutPolicyResponse.Builder.policy(Consumer<Policy.Builder> policy)
The details of the Firewall Manager policy.
|
default GetPolicyResponse.Builder |
GetPolicyResponse.Builder.policy(Consumer<Policy.Builder> policy)
Information about the specified Firewall Manager policy.
|
default PutPolicyRequest.Builder |
PutPolicyRequest.Builder.policy(Consumer<Policy.Builder> policy)
The details of the Firewall Manager policy to be created.
|
Copyright © 2023. All rights reserved.