| Package | Description |
|---|---|
| software.amazon.awssdk.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
static Policy.Builder |
Policy.builder() |
Policy.Builder |
Policy.Builder.excludeMap(Map<CustomerPolicyScopeIdType,? extends Collection<String>> excludeMap)
Specifies the AWS account IDs and AWS Organizations organizational units (OUs) to exclude from the policy.
|
Policy.Builder |
Policy.Builder.excludeMapWithStrings(Map<String,? extends Collection<String>> excludeMap)
Specifies the AWS account IDs and AWS 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 AWS account IDs and AWS Organizations organizational units (OUs) to include in the policy.
|
Policy.Builder |
Policy.Builder.includeMapWithStrings(Map<String,? extends Collection<String>> includeMap)
Specifies the AWS account IDs and AWS Organizations organizational units (OUs) to include in the policy.
|
Policy.Builder |
Policy.Builder.policyId(String policyId)
The ID of the AWS Firewall Manager policy.
|
Policy.Builder |
Policy.Builder.policyName(String policyName)
The name of the AWS 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.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. |
Policy.Builder |
Policy.Builder.resourceTypeList(String... resourceTypeList)
An array of
ResourceType. |
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 PutPolicyRequest.Builder |
PutPolicyRequest.Builder.policy(Consumer<Policy.Builder> policy)
The details of the AWS Firewall Manager policy to be created.
|
default PutPolicyResponse.Builder |
PutPolicyResponse.Builder.policy(Consumer<Policy.Builder> policy)
The details of the AWS Firewall Manager policy.
|
default GetPolicyResponse.Builder |
GetPolicyResponse.Builder.policy(Consumer<Policy.Builder> policy)
Information about the specified AWS Firewall Manager policy.
|
Copyright © 2020. All rights reserved.