| Package | Description |
|---|---|
| software.amazon.awssdk.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
static PolicySummary.Builder |
PolicySummary.builder() |
PolicySummary.Builder |
PolicySummary.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.
|
PolicySummary.Builder |
PolicySummary.Builder.policyArn(String policyArn)
The Amazon Resource Name (ARN) of the specified policy.
|
PolicySummary.Builder |
PolicySummary.Builder.policyId(String policyId)
The ID of the specified policy.
|
PolicySummary.Builder |
PolicySummary.Builder.policyName(String policyName)
The name of the specified policy.
|
PolicySummary.Builder |
PolicySummary.Builder.remediationEnabled(Boolean remediationEnabled)
Indicates if the policy should be automatically applied to new resources.
|
PolicySummary.Builder |
PolicySummary.Builder.resourceType(String resourceType)
The type of resource protected by or in scope of the policy.
|
PolicySummary.Builder |
PolicySummary.Builder.securityServiceType(SecurityServiceType securityServiceType)
The service that the policy is using to protect the resources.
|
PolicySummary.Builder |
PolicySummary.Builder.securityServiceType(String securityServiceType)
The service that the policy is using to protect the resources.
|
PolicySummary.Builder |
PolicySummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PolicySummary.Builder> |
PolicySummary.serializableBuilderClass() |
Copyright © 2022. All rights reserved.