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 completed and found all resources compliant.
|
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".
|
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".
|
AuditCheckDetails.Builder |
errorCode(String errorCode)
The code of any error encountered when performing this check during this audit.
|
AuditCheckDetails.Builder |
message(String message)
The message associated with any error encountered when performing this check during this audit.
|
AuditCheckDetails.Builder |
nonCompliantResourcesCount(Long nonCompliantResourcesCount)
The number of resources that the check found non-compliant.
|
AuditCheckDetails.Builder |
totalResourcesCount(Long totalResourcesCount)
The number of resources on which the check was performed.
|
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 completed and found all resources compliant.
checkCompliant
- True if the check completed 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 the check found non-compliant.
nonCompliantResourcesCount
- The number of resources that the check found non-compliant.AuditCheckDetails.Builder errorCode(String errorCode)
The code of any error encountered when performing this check during this audit. One of "INSUFFICIENT_PERMISSIONS", or "AUDIT_CHECK_DISABLED".
errorCode
- The code of any error encountered when performing this check during this audit. One of
"INSUFFICIENT_PERMISSIONS", or "AUDIT_CHECK_DISABLED".AuditCheckDetails.Builder message(String message)
The message associated with any error encountered when performing this check during this audit.
message
- The message associated with any error encountered when performing this check during this audit.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.