public static interface ExternalEvaluation.Builder extends SdkPojo, CopyableBuilder<ExternalEvaluation.Builder,ExternalEvaluation>
| Modifier and Type | Method and Description |
|---|---|
ExternalEvaluation.Builder |
annotation(String annotation)
Supplementary information about the reason of compliance.
|
ExternalEvaluation.Builder |
complianceResourceId(String complianceResourceId)
The evaluated compliance resource ID.
|
ExternalEvaluation.Builder |
complianceResourceType(String complianceResourceType)
The evaluated compliance resource type.
|
ExternalEvaluation.Builder |
complianceType(ComplianceType complianceType)
The compliance of the Amazon Web Services resource.
|
ExternalEvaluation.Builder |
complianceType(String complianceType)
The compliance of the Amazon Web Services resource.
|
ExternalEvaluation.Builder |
orderingTimestamp(Instant orderingTimestamp)
The time when the compliance was recorded.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExternalEvaluation.Builder complianceResourceType(String complianceResourceType)
The evaluated compliance resource type. Config accepts AWS::::Account resource type.
complianceResourceType - The evaluated compliance resource type. Config accepts AWS::::Account resource type.ExternalEvaluation.Builder complianceResourceId(String complianceResourceId)
The evaluated compliance resource ID. Config accepts only Amazon Web Services account ID.
complianceResourceId - The evaluated compliance resource ID. Config accepts only Amazon Web Services account ID.ExternalEvaluation.Builder complianceType(String complianceType)
The compliance of the Amazon Web Services resource. The valid values are
COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.
complianceType - The compliance of the Amazon Web Services resource. The valid values are
COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.ComplianceType,
ComplianceTypeExternalEvaluation.Builder complianceType(ComplianceType complianceType)
The compliance of the Amazon Web Services resource. The valid values are
COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.
complianceType - The compliance of the Amazon Web Services resource. The valid values are
COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.ComplianceType,
ComplianceTypeExternalEvaluation.Builder annotation(String annotation)
Supplementary information about the reason of compliance. For example, this task was completed on a specific date.
annotation - Supplementary information about the reason of compliance. For example, this task was completed on a
specific date.ExternalEvaluation.Builder orderingTimestamp(Instant orderingTimestamp)
The time when the compliance was recorded.
orderingTimestamp - The time when the compliance was recorded.Copyright © 2023. All rights reserved.