public static interface EvaluationResultIdentifier.Builder extends SdkPojo, CopyableBuilder<EvaluationResultIdentifier.Builder,EvaluationResultIdentifier>
| Modifier and Type | Method and Description |
|---|---|
default EvaluationResultIdentifier.Builder |
evaluationResultQualifier(Consumer<EvaluationResultQualifier.Builder> evaluationResultQualifier)
Identifies an Config rule used to evaluate an Amazon Web Services resource, and provides the type and ID of
the evaluated resource.
|
EvaluationResultIdentifier.Builder |
evaluationResultQualifier(EvaluationResultQualifier evaluationResultQualifier)
Identifies an Config rule used to evaluate an Amazon Web Services 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 Amazon Web Services resources.
|
EvaluationResultIdentifier.Builder |
resourceEvaluationId(String resourceEvaluationId)
A Unique ID for an evaluation result.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEvaluationResultIdentifier.Builder evaluationResultQualifier(EvaluationResultQualifier evaluationResultQualifier)
Identifies an Config rule used to evaluate an Amazon Web Services resource, and provides the type and ID of the evaluated resource.
evaluationResultQualifier - Identifies an Config rule used to evaluate an Amazon Web Services resource, and provides the type and
ID of the evaluated resource.default EvaluationResultIdentifier.Builder evaluationResultQualifier(Consumer<EvaluationResultQualifier.Builder> evaluationResultQualifier)
Identifies an Config rule used to evaluate an Amazon Web Services resource, and provides the type and ID of the evaluated resource.
This is a convenience method 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 Amazon Web Services resources. The time can indicate when Config delivered a configuration item change notification, or it can indicate when Config delivered the configuration snapshot, depending on which event triggered the evaluation.
orderingTimestamp - The time of the event that triggered the evaluation of your Amazon Web Services resources. The time
can indicate when Config delivered a configuration item change notification, or it can indicate when
Config delivered the configuration snapshot, depending on which event triggered the evaluation.EvaluationResultIdentifier.Builder resourceEvaluationId(String resourceEvaluationId)
A Unique ID for an evaluation result.
resourceEvaluationId - A Unique ID for an evaluation result.Copyright © 2023. All rights reserved.