Interface EvaluationResult.Builder

All Superinterfaces:
Buildable, CopyableBuilder<EvaluationResult.Builder,EvaluationResult>, SdkBuilder<EvaluationResult.Builder,EvaluationResult>, SdkPojo
Enclosing class:
EvaluationResult

public static interface EvaluationResult.Builder extends SdkPojo, CopyableBuilder<EvaluationResult.Builder,EvaluationResult>
  • Method Details

    • complianceStatus

      EvaluationResult.Builder complianceStatus(String complianceStatus)

      Describes an Amazon Web Services account's compliance with the Firewall Manager policy.

      Parameters:
      complianceStatus - Describes an Amazon Web Services account's compliance with the Firewall Manager policy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • complianceStatus

      EvaluationResult.Builder complianceStatus(PolicyComplianceStatusType complianceStatus)

      Describes an Amazon Web Services account's compliance with the Firewall Manager policy.

      Parameters:
      complianceStatus - Describes an Amazon Web Services account's compliance with the Firewall Manager policy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • violatorCount

      EvaluationResult.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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • evaluationLimitExceeded

      EvaluationResult.Builder evaluationLimitExceeded(Boolean evaluationLimitExceeded)

      Indicates that over 100 resources are noncompliant with the Firewall Manager policy.

      Parameters:
      evaluationLimitExceeded - Indicates that over 100 resources are noncompliant with the Firewall Manager policy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.