public static interface ListCheckDetailsResponse.Builder extends WellArchitectedResponse.Builder, SdkPojo, CopyableBuilder<ListCheckDetailsResponse.Builder,ListCheckDetailsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListCheckDetailsResponse.Builder |
checkDetails(CheckDetail... checkDetails)
The details about the Trusted Advisor checks related to the Well-Architected best practice.
|
ListCheckDetailsResponse.Builder |
checkDetails(Collection<CheckDetail> checkDetails)
The details about the Trusted Advisor checks related to the Well-Architected best practice.
|
ListCheckDetailsResponse.Builder |
checkDetails(Consumer<CheckDetail.Builder>... checkDetails)
The details about the Trusted Advisor checks related to the Well-Architected best practice.
|
ListCheckDetailsResponse.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCheckDetailsResponse.Builder checkDetails(Collection<CheckDetail> checkDetails)
The details about the Trusted Advisor checks related to the Well-Architected best practice.
checkDetails - The details about the Trusted Advisor checks related to the Well-Architected best practice.ListCheckDetailsResponse.Builder checkDetails(CheckDetail... checkDetails)
The details about the Trusted Advisor checks related to the Well-Architected best practice.
checkDetails - The details about the Trusted Advisor checks related to the Well-Architected best practice.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.Builder avoiding the need to create
one manually via CheckDetail.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #checkDetails(List.
checkDetails - a consumer that will call methods on
CheckDetail.Builder#checkDetails(java.util.Collection) ListCheckDetailsResponse.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.Copyright © 2023. All rights reserved.