public static interface EvaluationResult.Builder extends SdkPojo, CopyableBuilder<EvaluationResult.Builder,EvaluationResult>
| Modifier and Type | Method and Description |
|---|---|
EvaluationResult.Builder |
complianceStatus(PolicyComplianceStatusType complianceStatus)
Describes an Amazon Web Services account's compliance with the Firewall Manager policy.
|
EvaluationResult.Builder |
complianceStatus(String complianceStatus)
Describes an Amazon Web Services account's compliance with the Firewall Manager policy.
|
EvaluationResult.Builder |
evaluationLimitExceeded(Boolean evaluationLimitExceeded)
Indicates that over 100 resources are noncompliant with the Firewall Manager policy.
|
EvaluationResult.Builder |
violatorCount(Long violatorCount)
The number of resources that are noncompliant with the specified policy.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEvaluationResult.Builder complianceStatus(String complianceStatus)
Describes an Amazon Web Services account's compliance with the Firewall Manager policy.
complianceStatus - Describes an Amazon Web Services account's compliance with the Firewall Manager policy.PolicyComplianceStatusType,
PolicyComplianceStatusTypeEvaluationResult.Builder complianceStatus(PolicyComplianceStatusType complianceStatus)
Describes an Amazon Web Services account's compliance with the Firewall Manager policy.
complianceStatus - Describes an Amazon Web Services account's compliance with the Firewall Manager policy.PolicyComplianceStatusType,
PolicyComplianceStatusTypeEvaluationResult.Builder violatorCount(Long violatorCount)
The number of resources that are noncompliant with the specified policy. For WAF and Shield Advanced policies, a resource is considered noncompliant if it is not associated with the policy. For security group policies, a resource is considered noncompliant if it doesn't comply with the rules of the policy and remediation is disabled or not possible.
violatorCount - The number of resources that are noncompliant with the specified policy. For WAF and Shield Advanced
policies, a resource is considered noncompliant if it is not associated with the policy. For security
group policies, a resource is considered noncompliant if it doesn't comply with the rules of the
policy and remediation is disabled or not possible.EvaluationResult.Builder evaluationLimitExceeded(Boolean evaluationLimitExceeded)
Indicates that over 100 resources are noncompliant with the Firewall Manager policy.
evaluationLimitExceeded - Indicates that over 100 resources are noncompliant with the Firewall Manager policy.Copyright © 2021. All rights reserved.