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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListCheckDetailsResponse.BuildercheckDetails(Collection<CheckDetail> checkDetails)The details about the Trusted Advisor checks related to the Well-Architected best practice.ListCheckDetailsResponse.BuildercheckDetails(Consumer<CheckDetail.Builder>... checkDetails)The details about the Trusted Advisor checks related to the Well-Architected best practice.ListCheckDetailsResponse.BuildercheckDetails(CheckDetail... checkDetails)The details about the Trusted Advisor checks related to the Well-Architected best practice.ListCheckDetailsResponse.BuildernextToken(String nextToken)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 Detail
-
checkDetails
ListCheckDetailsResponse.Builder checkDetails(Collection<CheckDetail> 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
ListCheckDetailsResponse.Builder checkDetails(CheckDetail... 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
ListCheckDetailsResponse.Builder checkDetails(Consumer<CheckDetail.Builder>... 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.Builderavoiding the need to create one manually viaCheckDetail.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#checkDetails(List.) - 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:
#checkDetails(java.util.Collection)
-
nextToken
ListCheckDetailsResponse.Builder nextToken(String 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.
-
-