Interface ListSubCheckRuleResultsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListSubCheckRuleResultsResponse.Builder,
,ListSubCheckRuleResultsResponse> SdkBuilder<ListSubCheckRuleResultsResponse.Builder,
,ListSubCheckRuleResultsResponse> SdkPojo
,SdkResponse.Builder
,SsmSapResponse.Builder
- Enclosing class:
ListSubCheckRuleResultsResponse
@Mutable
@NotThreadSafe
public static interface ListSubCheckRuleResultsResponse.Builder
extends SsmSapResponse.Builder, SdkPojo, CopyableBuilder<ListSubCheckRuleResultsResponse.Builder,ListSubCheckRuleResultsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe token to use to retrieve the next page of results.ruleResults
(Collection<RuleResult> ruleResults) The rule results of a sub-check belonging to a configuration check operation.ruleResults
(Consumer<RuleResult.Builder>... ruleResults) The rule results of a sub-check belonging to a configuration check operation.ruleResults
(RuleResult... ruleResults) The rule results of a sub-check belonging to a configuration check operation.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.ssmsap.model.SsmSapResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
ruleResults
The rule results of a sub-check belonging to a configuration check operation.
- Parameters:
ruleResults
- The rule results of a sub-check belonging to a configuration check operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ruleResults
The rule results of a sub-check belonging to a configuration check operation.
- Parameters:
ruleResults
- The rule results of a sub-check belonging to a configuration check operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ruleResults
The rule results of a sub-check belonging to a configuration check operation.
This is a convenience method that creates an instance of theRuleResult.Builder
avoiding the need to create one manually viaRuleResult.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toruleResults(List<RuleResult>)
.- Parameters:
ruleResults
- a consumer that will call methods onRuleResult.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
- Parameters:
nextToken
- The token to use to retrieve the next page of results. This value is null when there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-