public static interface GetComplianceDetailsByConfigRuleResponse.Builder extends ConfigResponse.Builder, SdkPojo, CopyableBuilder<GetComplianceDetailsByConfigRuleResponse.Builder,GetComplianceDetailsByConfigRuleResponse>
| Modifier and Type | Method and Description |
|---|---|
GetComplianceDetailsByConfigRuleResponse.Builder |
evaluationResults(Collection<EvaluationResult> evaluationResults)
Indicates whether the Amazon Web Services resource complies with the specified Config rule.
|
GetComplianceDetailsByConfigRuleResponse.Builder |
evaluationResults(Consumer<EvaluationResult.Builder>... evaluationResults)
Indicates whether the Amazon Web Services resource complies with the specified Config rule.
|
GetComplianceDetailsByConfigRuleResponse.Builder |
evaluationResults(EvaluationResult... evaluationResults)
Indicates whether the Amazon Web Services resource complies with the specified 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetComplianceDetailsByConfigRuleResponse.Builder evaluationResults(Collection<EvaluationResult> evaluationResults)
Indicates whether the Amazon Web Services resource complies with the specified Config rule.
evaluationResults - Indicates whether the Amazon Web Services resource complies with the specified Config rule.GetComplianceDetailsByConfigRuleResponse.Builder evaluationResults(EvaluationResult... evaluationResults)
Indicates whether the Amazon Web Services resource complies with the specified Config rule.
evaluationResults - Indicates whether the Amazon Web Services resource complies with the specified Config rule.GetComplianceDetailsByConfigRuleResponse.Builder evaluationResults(Consumer<EvaluationResult.Builder>... evaluationResults)
Indicates whether the Amazon Web Services resource complies with the specified Config rule.
This is a convenience method that creates an instance of theEvaluationResult.Builder avoiding the need to create one
manually via EvaluationResult.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #evaluationResults(List.
evaluationResults - a consumer that will call methods on
EvaluationResult.Builder#evaluationResults(java.util.Collection) 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 © 2023. All rights reserved.