Interface ListChecksResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<ListChecksResponse.Builder,,ListChecksResponse> SdkBuilder<ListChecksResponse.Builder,,ListChecksResponse> SdkPojo,SdkResponse.Builder,TrustedAdvisorResponse.Builder
- Enclosing class:
 ListChecksResponse
public static interface ListChecksResponse.Builder
extends TrustedAdvisorResponse.Builder, SdkPojo, CopyableBuilder<ListChecksResponse.Builder,ListChecksResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptioncheckSummaries(Collection<CheckSummary> checkSummaries) The list of CheckscheckSummaries(Consumer<CheckSummary.Builder>... checkSummaries) The list of CheckscheckSummaries(CheckSummary... checkSummaries) The list of ChecksThe token for the next set of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.trustedadvisor.model.TrustedAdvisorResponse.Builder
build, responseMetadata, responseMetadata 
- 
Method Details
- 
checkSummaries
The list of Checks
- Parameters:
 checkSummaries- The list of Checks- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
checkSummaries
The list of Checks
- Parameters:
 checkSummaries- The list of Checks- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
checkSummaries
The list of Checks
This is a convenience method that creates an instance of theCheckSummary.Builderavoiding the need to create one manually viaCheckSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocheckSummaries(List<CheckSummary>).- Parameters:
 checkSummaries- a consumer that will call methods onCheckSummary.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
nextToken
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
- Parameters:
 nextToken- The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -