public static interface AuditCheckDetails.Builder extends SdkPojo, CopyableBuilder<AuditCheckDetails.Builder,AuditCheckDetails>
Modifier and Type | Method and Description |
---|---|
AuditCheckDetails.Builder |
checkCompliant(Boolean checkCompliant)
True if the check is complete and found all resources compliant.
|
AuditCheckDetails.Builder |
checkRunStatus(AuditCheckRunStatus checkRunStatus)
The completion status of this check.
|
AuditCheckDetails.Builder |
checkRunStatus(String checkRunStatus)
The completion status of this check.
|
AuditCheckDetails.Builder |
errorCode(String errorCode)
The code of any error encountered when this check is performed during this audit.
|
AuditCheckDetails.Builder |
message(String message)
The message associated with any error encountered when this check is performed during this audit.
|
AuditCheckDetails.Builder |
nonCompliantResourcesCount(Long nonCompliantResourcesCount)
The number of resources that were found noncompliant during the check.
|
AuditCheckDetails.Builder |
suppressedNonCompliantResourcesCount(Long suppressedNonCompliantResourcesCount)
Describes how many of the non-compliant resources created during the evaluation of an audit check were marked
as suppressed.
|
AuditCheckDetails.Builder |
totalResourcesCount(Long totalResourcesCount)
The number of resources on which the check was performed.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
AuditCheckDetails.Builder checkRunStatus(String checkRunStatus)
The completion status of this check. One of "IN_PROGRESS", "WAITING_FOR_DATA_COLLECTION", "CANCELED", "COMPLETED_COMPLIANT", "COMPLETED_NON_COMPLIANT", or "FAILED".
checkRunStatus
- The completion status of this check. One of "IN_PROGRESS", "WAITING_FOR_DATA_COLLECTION", "CANCELED",
"COMPLETED_COMPLIANT", "COMPLETED_NON_COMPLIANT", or "FAILED".AuditCheckRunStatus
,
AuditCheckRunStatus
AuditCheckDetails.Builder checkRunStatus(AuditCheckRunStatus checkRunStatus)
The completion status of this check. One of "IN_PROGRESS", "WAITING_FOR_DATA_COLLECTION", "CANCELED", "COMPLETED_COMPLIANT", "COMPLETED_NON_COMPLIANT", or "FAILED".
checkRunStatus
- The completion status of this check. One of "IN_PROGRESS", "WAITING_FOR_DATA_COLLECTION", "CANCELED",
"COMPLETED_COMPLIANT", "COMPLETED_NON_COMPLIANT", or "FAILED".AuditCheckRunStatus
,
AuditCheckRunStatus
AuditCheckDetails.Builder checkCompliant(Boolean checkCompliant)
True if the check is complete and found all resources compliant.
checkCompliant
- True if the check is complete and found all resources compliant.AuditCheckDetails.Builder totalResourcesCount(Long totalResourcesCount)
The number of resources on which the check was performed.
totalResourcesCount
- The number of resources on which the check was performed.AuditCheckDetails.Builder nonCompliantResourcesCount(Long nonCompliantResourcesCount)
The number of resources that were found noncompliant during the check.
nonCompliantResourcesCount
- The number of resources that were found noncompliant during the check.AuditCheckDetails.Builder suppressedNonCompliantResourcesCount(Long suppressedNonCompliantResourcesCount)
Describes how many of the non-compliant resources created during the evaluation of an audit check were marked as suppressed.
suppressedNonCompliantResourcesCount
- Describes how many of the non-compliant resources created during the evaluation of an audit check were
marked as suppressed.AuditCheckDetails.Builder errorCode(String errorCode)
The code of any error encountered when this check is performed during this audit. One of "INSUFFICIENT_PERMISSIONS" or "AUDIT_CHECK_DISABLED".
errorCode
- The code of any error encountered when this check is performed during this audit. One of
"INSUFFICIENT_PERMISSIONS" or "AUDIT_CHECK_DISABLED".AuditCheckDetails.Builder message(String message)
The message associated with any error encountered when this check is performed during this audit.
message
- The message associated with any error encountered when this check is performed during this audit.Copyright © 2023. All rights reserved.