Interface ListSubCheckResultsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListSubCheckResultsResponse.Builder,
,ListSubCheckResultsResponse> SdkBuilder<ListSubCheckResultsResponse.Builder,
,ListSubCheckResultsResponse> SdkPojo
,SdkResponse.Builder
,SsmSapResponse.Builder
- Enclosing class:
ListSubCheckResultsResponse
@Mutable
@NotThreadSafe
public static interface ListSubCheckResultsResponse.Builder
extends SsmSapResponse.Builder, SdkPojo, CopyableBuilder<ListSubCheckResultsResponse.Builder,ListSubCheckResultsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe token to use to retrieve the next page of results.subCheckResults
(Collection<SubCheckResult> subCheckResults) The sub-check results of a configuration check operation.subCheckResults
(Consumer<SubCheckResult.Builder>... subCheckResults) The sub-check results of a configuration check operation.subCheckResults
(SubCheckResult... subCheckResults) The sub-check results of 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
-
subCheckResults
The sub-check results of a configuration check operation.
- Parameters:
subCheckResults
- The sub-check results of a configuration check operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subCheckResults
The sub-check results of a configuration check operation.
- Parameters:
subCheckResults
- The sub-check results of a configuration check operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subCheckResults
ListSubCheckResultsResponse.Builder subCheckResults(Consumer<SubCheckResult.Builder>... subCheckResults) The sub-check results of a configuration check operation.
This is a convenience method that creates an instance of theSubCheckResult.Builder
avoiding the need to create one manually viaSubCheckResult.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosubCheckResults(List<SubCheckResult>)
.- Parameters:
subCheckResults
- a consumer that will call methods onSubCheckResult.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.
-