Interface GetComplianceDetailsByConfigRuleResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConfigResponse.Builder,CopyableBuilder<GetComplianceDetailsByConfigRuleResponse.Builder,GetComplianceDetailsByConfigRuleResponse>,SdkBuilder<GetComplianceDetailsByConfigRuleResponse.Builder,GetComplianceDetailsByConfigRuleResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetComplianceDetailsByConfigRuleResponse
public static interface GetComplianceDetailsByConfigRuleResponse.Builder extends ConfigResponse.Builder, SdkPojo, CopyableBuilder<GetComplianceDetailsByConfigRuleResponse.Builder,GetComplianceDetailsByConfigRuleResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetComplianceDetailsByConfigRuleResponse.BuilderevaluationResults(Collection<EvaluationResult> evaluationResults)Indicates whether the Amazon Web Services resource complies with the specified Config rule.GetComplianceDetailsByConfigRuleResponse.BuilderevaluationResults(Consumer<EvaluationResult.Builder>... evaluationResults)Indicates whether the Amazon Web Services resource complies with the specified Config rule.GetComplianceDetailsByConfigRuleResponse.BuilderevaluationResults(EvaluationResult... evaluationResults)Indicates whether the Amazon Web Services resource complies with the specified Config rule.GetComplianceDetailsByConfigRuleResponse.BuildernextToken(String nextToken)The string that you use in a subsequent request to get the next page of results in a paginated response.-
Methods inherited from interface software.amazon.awssdk.services.config.model.ConfigResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
evaluationResults
GetComplianceDetailsByConfigRuleResponse.Builder evaluationResults(Collection<EvaluationResult> evaluationResults)
Indicates whether the Amazon Web Services resource complies with the specified Config rule.
- Parameters:
evaluationResults- Indicates whether the Amazon Web Services resource complies with the specified Config rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
evaluationResults
GetComplianceDetailsByConfigRuleResponse.Builder evaluationResults(EvaluationResult... evaluationResults)
Indicates whether the Amazon Web Services resource complies with the specified Config rule.
- Parameters:
evaluationResults- Indicates whether the Amazon Web Services resource complies with the specified Config rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
evaluationResults
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.Builderavoiding the need to create one manually viaEvaluationResult.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#evaluationResults(List.) - Parameters:
evaluationResults- a consumer that will call methods onEvaluationResult.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#evaluationResults(java.util.Collection)
-
nextToken
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.
- Parameters:
nextToken- The string that you use in a subsequent request to get the next page of results in a paginated response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-