CopyableBuilder<EvaluationResultIdentifier.Builder,EvaluationResultIdentifier>
, SdkBuilder<EvaluationResultIdentifier.Builder,EvaluationResultIdentifier>
public static interface EvaluationResultIdentifier.Builder extends CopyableBuilder<EvaluationResultIdentifier.Builder,EvaluationResultIdentifier>
Modifier and Type | Method | Description |
---|---|---|
EvaluationResultIdentifier.Builder |
evaluationResultQualifier(EvaluationResultQualifier evaluationResultQualifier) |
Identifies an AWS Config rule used to evaluate an AWS resource, and provides the type and ID of the evaluated
resource.
|
EvaluationResultIdentifier.Builder |
orderingTimestamp(Date orderingTimestamp) |
The time of the event that triggered the evaluation of your AWS resources.
|
copy
apply, build
EvaluationResultIdentifier.Builder evaluationResultQualifier(EvaluationResultQualifier evaluationResultQualifier)
Identifies an AWS Config rule used to evaluate an AWS resource, and provides the type and ID of the evaluated resource.
evaluationResultQualifier
- Identifies an AWS Config rule used to evaluate an AWS resource, and provides the type and ID of the
evaluated resource.EvaluationResultIdentifier.Builder orderingTimestamp(Date orderingTimestamp)
The time of the event that triggered the evaluation of your AWS resources. The time can indicate when AWS Config delivered a configuration item change notification, or it can indicate when AWS Config delivered the configuration snapshot, depending on which event triggered the evaluation.
orderingTimestamp
- The time of the event that triggered the evaluation of your AWS resources. The time can indicate when
AWS Config delivered a configuration item change notification, or it can indicate when AWS Config
delivered the configuration snapshot, depending on which event triggered the evaluation.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.