CopyableBuilder<GetComplianceDetailsByConfigRuleResponse.Builder,GetComplianceDetailsByConfigRuleResponse>
, SdkBuilder<GetComplianceDetailsByConfigRuleResponse.Builder,GetComplianceDetailsByConfigRuleResponse>
public static interface GetComplianceDetailsByConfigRuleResponse.Builder extends CopyableBuilder<GetComplianceDetailsByConfigRuleResponse.Builder,GetComplianceDetailsByConfigRuleResponse>
Modifier and Type | Method | 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.
|
copy
apply, build
GetComplianceDetailsByConfigRuleResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setEvaluationResults(java.util.Collection)
or #withEvaluationResults(java.util.Collection)
if you want to override the existing values.
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.