static PolicyComplianceDetail.Builder |
PolicyComplianceDetail.builder() |
|
PolicyComplianceDetail.Builder |
PolicyComplianceDetail.Builder.evaluationLimitExceeded(Boolean evaluationLimitExceeded) |
Indicates if over 100 resources are noncompliant with the Firewall Manager policy.
|
PolicyComplianceDetail.Builder |
PolicyComplianceDetail.Builder.expiredAt(Instant expiredAt) |
A timestamp that indicates when the returned information should be considered out of date.
|
PolicyComplianceDetail.Builder |
PolicyComplianceDetail.Builder.issueInfoMap(Map<DependentServiceName,String> issueInfoMap) |
Details about problems with dependent services, such as WAF or Config, and the error message received that
indicates the problem with the service.
|
PolicyComplianceDetail.Builder |
PolicyComplianceDetail.Builder.issueInfoMapWithStrings(Map<String,String> issueInfoMap) |
Details about problems with dependent services, such as WAF or Config, and the error message received that
indicates the problem with the service.
|
PolicyComplianceDetail.Builder |
PolicyComplianceDetail.Builder.memberAccount(String memberAccount) |
The Amazon Web Services account ID.
|
PolicyComplianceDetail.Builder |
PolicyComplianceDetail.Builder.policyId(String policyId) |
The ID of the Firewall Manager policy.
|
PolicyComplianceDetail.Builder |
PolicyComplianceDetail.Builder.policyOwner(String policyOwner) |
The Amazon Web Services account that created the Firewall Manager policy.
|
PolicyComplianceDetail.Builder |
PolicyComplianceDetail.toBuilder() |
|
PolicyComplianceDetail.Builder |
PolicyComplianceDetail.Builder.violators(Collection<ComplianceViolator> violators) |
An array of resources that aren't protected by the WAF or Shield Advanced policy or that aren't in compliance
with the security group policy.
|
PolicyComplianceDetail.Builder |
PolicyComplianceDetail.Builder.violators(Consumer<ComplianceViolator.Builder>... violators) |
An array of resources that aren't protected by the WAF or Shield Advanced policy or that aren't in compliance
with the security group policy.
|
PolicyComplianceDetail.Builder |
PolicyComplianceDetail.Builder.violators(ComplianceViolator... violators) |
An array of resources that aren't protected by the WAF or Shield Advanced policy or that aren't in compliance
with the security group policy.
|