public static interface ConformancePackEvaluationResult.Builder extends SdkPojo, CopyableBuilder<ConformancePackEvaluationResult.Builder,ConformancePackEvaluationResult>
| Modifier and Type | Method and Description |
|---|---|
ConformancePackEvaluationResult.Builder |
annotation(String annotation)
Supplementary information about how the evaluation determined the compliance.
|
ConformancePackEvaluationResult.Builder |
complianceType(ConformancePackComplianceType complianceType)
The compliance type.
|
ConformancePackEvaluationResult.Builder |
complianceType(String complianceType)
The compliance type.
|
ConformancePackEvaluationResult.Builder |
configRuleInvokedTime(Instant configRuleInvokedTime)
The time when Config rule evaluated Amazon Web Services resource.
|
default ConformancePackEvaluationResult.Builder |
evaluationResultIdentifier(Consumer<EvaluationResultIdentifier.Builder> evaluationResultIdentifier)
Sets the value of the EvaluationResultIdentifier property for this object.
|
ConformancePackEvaluationResult.Builder |
evaluationResultIdentifier(EvaluationResultIdentifier evaluationResultIdentifier)
Sets the value of the EvaluationResultIdentifier property for this object.
|
ConformancePackEvaluationResult.Builder |
resultRecordedTime(Instant resultRecordedTime)
The time when Config recorded the evaluation result.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConformancePackEvaluationResult.Builder complianceType(String complianceType)
The compliance type. The allowed values are COMPLIANT and NON_COMPLIANT.
INSUFFICIENT_DATA is not supported.
complianceType - The compliance type. The allowed values are COMPLIANT and NON_COMPLIANT.
INSUFFICIENT_DATA is not supported.ConformancePackComplianceType,
ConformancePackComplianceTypeConformancePackEvaluationResult.Builder complianceType(ConformancePackComplianceType complianceType)
The compliance type. The allowed values are COMPLIANT and NON_COMPLIANT.
INSUFFICIENT_DATA is not supported.
complianceType - The compliance type. The allowed values are COMPLIANT and NON_COMPLIANT.
INSUFFICIENT_DATA is not supported.ConformancePackComplianceType,
ConformancePackComplianceTypeConformancePackEvaluationResult.Builder evaluationResultIdentifier(EvaluationResultIdentifier evaluationResultIdentifier)
evaluationResultIdentifier - The new value for the EvaluationResultIdentifier property for this object.default ConformancePackEvaluationResult.Builder evaluationResultIdentifier(Consumer<EvaluationResultIdentifier.Builder> evaluationResultIdentifier)
EvaluationResultIdentifier.Builder
avoiding the need to create one manually via EvaluationResultIdentifier.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to evaluationResultIdentifier(EvaluationResultIdentifier).
evaluationResultIdentifier - a consumer that will call methods on EvaluationResultIdentifier.BuilderevaluationResultIdentifier(EvaluationResultIdentifier)ConformancePackEvaluationResult.Builder configRuleInvokedTime(Instant configRuleInvokedTime)
The time when Config rule evaluated Amazon Web Services resource.
configRuleInvokedTime - The time when Config rule evaluated Amazon Web Services resource.ConformancePackEvaluationResult.Builder resultRecordedTime(Instant resultRecordedTime)
The time when Config recorded the evaluation result.
resultRecordedTime - The time when Config recorded the evaluation result.ConformancePackEvaluationResult.Builder annotation(String annotation)
Supplementary information about how the evaluation determined the compliance.
annotation - Supplementary information about how the evaluation determined the compliance.Copyright © 2023. All rights reserved.