public static interface GetComplianceDetailsByConfigRuleResponse.Builder extends ConfigResponse.Builder, CopyableBuilder<GetComplianceDetailsByConfigRuleResponse.Builder,GetComplianceDetailsByConfigRuleResponse>
| Modifier and Type | Method and Description |
|---|---|
GetComplianceDetailsByConfigRuleResponse.Builder |
evaluationResults(Collection<EvaluationResult> evaluationResults)
Indicates whether the AWS resource complies with the specified AWS Config rule.
|
GetComplianceDetailsByConfigRuleResponse.Builder |
evaluationResults(EvaluationResult... evaluationResults)
Indicates whether the AWS resource complies with the specified AWS Config rule.
|
GetComplianceDetailsByConfigRuleResponse.Builder |
nextToken(String nextToken)
The string that you use in a subsequent request to get the next page of results in a paginated response.
|
buildcopyapply, buildGetComplianceDetailsByConfigRuleResponse.Builder evaluationResults(Collection<EvaluationResult> evaluationResults)
Indicates whether the AWS resource complies with the specified AWS Config rule.
evaluationResults - Indicates whether the AWS resource complies with the specified AWS Config rule.GetComplianceDetailsByConfigRuleResponse.Builder evaluationResults(EvaluationResult... evaluationResults)
Indicates whether the AWS resource complies with the specified AWS Config rule.
evaluationResults - Indicates whether the AWS resource complies with the specified AWS Config rule.GetComplianceDetailsByConfigRuleResponse.Builder nextToken(String nextToken)
The string that you use in a subsequent request to get the next page of results in a paginated response.
nextToken - The string that you use in a subsequent request to get the next page of results in a paginated
response.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.