CopyableBuilder<EvaluationResult.Builder,EvaluationResult>
, SdkBuilder<EvaluationResult.Builder,EvaluationResult>
public static interface EvaluationResult.Builder extends CopyableBuilder<EvaluationResult.Builder,EvaluationResult>
Modifier and Type | Method | Description |
---|---|---|
EvaluationResult.Builder |
annotation(String annotation) |
Supplementary information about how the evaluation determined the compliance.
|
EvaluationResult.Builder |
complianceType(String complianceType) |
Indicates whether the AWS resource complies with the AWS Config rule that evaluated it.
|
EvaluationResult.Builder |
complianceType(ComplianceType complianceType) |
Indicates whether the AWS resource complies with the AWS Config rule that evaluated it.
|
EvaluationResult.Builder |
configRuleInvokedTime(Date configRuleInvokedTime) |
The time when the AWS Config rule evaluated the AWS resource.
|
EvaluationResult.Builder |
evaluationResultIdentifier(EvaluationResultIdentifier evaluationResultIdentifier) |
Uniquely identifies the evaluation result.
|
EvaluationResult.Builder |
resultRecordedTime(Date resultRecordedTime) |
The time when AWS Config recorded the evaluation result.
|
EvaluationResult.Builder |
resultToken(String resultToken) |
An encrypted token that associates an evaluation with an AWS Config rule.
|
copy
apply, build
EvaluationResult.Builder evaluationResultIdentifier(EvaluationResultIdentifier evaluationResultIdentifier)
Uniquely identifies the evaluation result.
evaluationResultIdentifier
- Uniquely identifies the evaluation result.EvaluationResult.Builder complianceType(String complianceType)
Indicates whether the AWS resource complies with the AWS Config rule that evaluated it.
For the EvaluationResult
data type, AWS Config supports only the COMPLIANT
,
NON_COMPLIANT
, and NOT_APPLICABLE
values. AWS Config does not support the
INSUFFICIENT_DATA
value for the EvaluationResult
data type.
complianceType
- Indicates whether the AWS resource complies with the AWS Config rule that evaluated it.
For the EvaluationResult
data type, AWS Config supports only the COMPLIANT
,
NON_COMPLIANT
, and NOT_APPLICABLE
values. AWS Config does not support the
INSUFFICIENT_DATA
value for the EvaluationResult
data type.
ComplianceType
EvaluationResult.Builder complianceType(ComplianceType complianceType)
Indicates whether the AWS resource complies with the AWS Config rule that evaluated it.
For the EvaluationResult
data type, AWS Config supports only the COMPLIANT
,
NON_COMPLIANT
, and NOT_APPLICABLE
values. AWS Config does not support the
INSUFFICIENT_DATA
value for the EvaluationResult
data type.
complianceType
- Indicates whether the AWS resource complies with the AWS Config rule that evaluated it.
For the EvaluationResult
data type, AWS Config supports only the COMPLIANT
,
NON_COMPLIANT
, and NOT_APPLICABLE
values. AWS Config does not support the
INSUFFICIENT_DATA
value for the EvaluationResult
data type.
ComplianceType
EvaluationResult.Builder resultRecordedTime(Date resultRecordedTime)
The time when AWS Config recorded the evaluation result.
resultRecordedTime
- The time when AWS Config recorded the evaluation result.EvaluationResult.Builder configRuleInvokedTime(Date configRuleInvokedTime)
The time when the AWS Config rule evaluated the AWS resource.
configRuleInvokedTime
- The time when the AWS Config rule evaluated the AWS resource.EvaluationResult.Builder annotation(String annotation)
Supplementary information about how the evaluation determined the compliance.
annotation
- Supplementary information about how the evaluation determined the compliance.EvaluationResult.Builder resultToken(String resultToken)
An encrypted token that associates an evaluation with an AWS Config rule. The token identifies the rule, the AWS resource being evaluated, and the event that triggered the evaluation.
resultToken
- An encrypted token that associates an evaluation with an AWS Config rule. The token identifies the
rule, the AWS resource being evaluated, and the event that triggered the evaluation.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.