| Package | Description |
|---|---|
| software.amazon.awssdk.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
Evaluation.Builder |
Evaluation.Builder.annotation(String annotation)
Supplementary information about how the evaluation determined the compliance.
|
static Evaluation.Builder |
Evaluation.builder() |
Evaluation.Builder |
Evaluation.Builder.complianceResourceId(String complianceResourceId)
The ID of the Amazon Web Services resource that was evaluated.
|
Evaluation.Builder |
Evaluation.Builder.complianceResourceType(String complianceResourceType)
The type of Amazon Web Services resource that was evaluated.
|
Evaluation.Builder |
Evaluation.Builder.complianceType(ComplianceType complianceType)
Indicates whether the Amazon Web Services resource complies with the Config rule that it was evaluated
against.
|
Evaluation.Builder |
Evaluation.Builder.complianceType(String complianceType)
Indicates whether the Amazon Web Services resource complies with the Config rule that it was evaluated
against.
|
Evaluation.Builder |
Evaluation.Builder.orderingTimestamp(Instant orderingTimestamp)
The time of the event in Config that triggered the evaluation.
|
Evaluation.Builder |
Evaluation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Evaluation.Builder> |
Evaluation.serializableBuilderClass() |
Copyright © 2023. All rights reserved.