public static interface EvaluationResultIdentifier.Builder extends CopyableBuilder<EvaluationResultIdentifier.Builder,EvaluationResultIdentifier>
| Modifier and Type | Method and Description |
|---|---|
default EvaluationResultIdentifier.Builder |
evaluationResultQualifier(Consumer<EvaluationResultQualifier.Builder> evaluationResultQualifier)
Identifies an AWS Config rule used to evaluate an AWS resource, and provides the type and ID of the evaluated
resource.
|
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(Instant orderingTimestamp)
The time of the event that triggered the evaluation of your AWS resources.
|
copyapply, buildEvaluationResultIdentifier.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.default EvaluationResultIdentifier.Builder evaluationResultQualifier(Consumer<EvaluationResultQualifier.Builder> evaluationResultQualifier)
Identifies an AWS Config rule used to evaluate an AWS resource, and provides the type and ID of the evaluated resource.
This is a convenience that creates an instance of theEvaluationResultQualifier.Builder avoiding the
need to create one manually via EvaluationResultQualifier.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to evaluationResultQualifier(EvaluationResultQualifier).evaluationResultQualifier - a consumer that will call methods on EvaluationResultQualifier.BuilderevaluationResultQualifier(EvaluationResultQualifier)EvaluationResultIdentifier.Builder orderingTimestamp(Instant 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.