CopyableBuilder<EvaluationResultQualifier.Builder,EvaluationResultQualifier>, SdkBuilder<EvaluationResultQualifier.Builder,EvaluationResultQualifier>public static interface EvaluationResultQualifier.Builder extends CopyableBuilder<EvaluationResultQualifier.Builder,EvaluationResultQualifier>
| Modifier and Type | Method | Description |
|---|---|---|
EvaluationResultQualifier.Builder |
configRuleName(String configRuleName) |
The name of the AWS Config rule that was used in the evaluation.
|
EvaluationResultQualifier.Builder |
resourceId(String resourceId) |
The ID of the evaluated AWS resource.
|
EvaluationResultQualifier.Builder |
resourceType(String resourceType) |
The type of AWS resource that was evaluated.
|
copyapply, buildEvaluationResultQualifier.Builder configRuleName(String configRuleName)
The name of the AWS Config rule that was used in the evaluation.
configRuleName - The name of the AWS Config rule that was used in the evaluation.EvaluationResultQualifier.Builder resourceType(String resourceType)
The type of AWS resource that was evaluated.
resourceType - The type of AWS resource that was evaluated.EvaluationResultQualifier.Builder resourceId(String resourceId)
The ID of the evaluated AWS resource.
resourceId - The ID of the evaluated AWS resource.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.