Interface ListCheckDetailsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListCheckDetailsResponse.Builder,
,ListCheckDetailsResponse> SdkBuilder<ListCheckDetailsResponse.Builder,
,ListCheckDetailsResponse> SdkPojo
,SdkResponse.Builder
,WellArchitectedResponse.Builder
- Enclosing class:
ListCheckDetailsResponse
public static interface ListCheckDetailsResponse.Builder
extends WellArchitectedResponse.Builder, SdkPojo, CopyableBuilder<ListCheckDetailsResponse.Builder,ListCheckDetailsResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncheckDetails
(Collection<CheckDetail> checkDetails) The details about the Trusted Advisor checks related to the Well-Architected best practice.checkDetails
(Consumer<CheckDetail.Builder>... checkDetails) The details about the Trusted Advisor checks related to the Well-Architected best practice.checkDetails
(CheckDetail... checkDetails) The details about the Trusted Advisor checks related to the Well-Architected best practice.Sets the value of the NextToken property for this object.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
Methods inherited from interface software.amazon.awssdk.services.wellarchitected.model.WellArchitectedResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
checkDetails
The details about the Trusted Advisor checks related to the Well-Architected best practice.
- Parameters:
checkDetails
- The details about the Trusted Advisor checks related to the Well-Architected best practice.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
checkDetails
The details about the Trusted Advisor checks related to the Well-Architected best practice.
- Parameters:
checkDetails
- The details about the Trusted Advisor checks related to the Well-Architected best practice.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
checkDetails
The details about the Trusted Advisor checks related to the Well-Architected best practice.
This is a convenience method that creates an instance of theCheckDetail.Builder
avoiding the need to create one manually viaCheckDetail.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocheckDetails(List<CheckDetail>)
.- Parameters:
checkDetails
- a consumer that will call methods onCheckDetail.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
Sets the value of the NextToken property for this object.- Parameters:
nextToken
- The new value for the NextToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-