public static interface EvaluationResult.Builder extends SdkPojo, CopyableBuilder<EvaluationResult.Builder,EvaluationResult>
| Modifier and Type | Method and Description |
|---|---|
EvaluationResult.Builder |
complianceStatus(PolicyComplianceStatusType complianceStatus)
Describes an AWS account's compliance with the AWS Firewall Manager policy.
|
EvaluationResult.Builder |
complianceStatus(String complianceStatus)
Describes an AWS account's compliance with the AWS Firewall Manager policy.
|
EvaluationResult.Builder |
evaluationLimitExceeded(Boolean evaluationLimitExceeded)
Indicates that over 100 resources are noncompliant with the AWS 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 AWS account's compliance with the AWS Firewall Manager policy.
complianceStatus - Describes an AWS account's compliance with the AWS Firewall Manager policy.PolicyComplianceStatusType,
PolicyComplianceStatusTypeEvaluationResult.Builder complianceStatus(PolicyComplianceStatusType complianceStatus)
Describes an AWS account's compliance with the AWS Firewall Manager policy.
complianceStatus - Describes an AWS account's compliance with the AWS Firewall Manager policy.PolicyComplianceStatusType,
PolicyComplianceStatusTypeEvaluationResult.Builder violatorCount(Long violatorCount)
The number of resources that are noncompliant with the specified policy. For AWS 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 AWS 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 AWS Firewall Manager policy.
evaluationLimitExceeded - Indicates that over 100 resources are noncompliant with the AWS Firewall Manager policy.Copyright © 2020. All rights reserved.