public static interface ListCheckSummariesResponse.Builder extends WellArchitectedResponse.Builder, SdkPojo, CopyableBuilder<ListCheckSummariesResponse.Builder,ListCheckSummariesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListCheckSummariesResponse.Builder |
checkSummaries(CheckSummary... checkSummaries)
List of Trusted Advisor summaries related to the Well-Architected best practice.
|
ListCheckSummariesResponse.Builder |
checkSummaries(Collection<CheckSummary> checkSummaries)
List of Trusted Advisor summaries related to the Well-Architected best practice.
|
ListCheckSummariesResponse.Builder |
checkSummaries(Consumer<CheckSummary.Builder>... checkSummaries)
List of Trusted Advisor summaries related to the Well-Architected best practice.
|
ListCheckSummariesResponse.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCheckSummariesResponse.Builder checkSummaries(Collection<CheckSummary> checkSummaries)
List of Trusted Advisor summaries related to the Well-Architected best practice.
checkSummaries - List of Trusted Advisor summaries related to the Well-Architected best practice.ListCheckSummariesResponse.Builder checkSummaries(CheckSummary... checkSummaries)
List of Trusted Advisor summaries related to the Well-Architected best practice.
checkSummaries - List of Trusted Advisor summaries related to the Well-Architected best practice.ListCheckSummariesResponse.Builder checkSummaries(Consumer<CheckSummary.Builder>... checkSummaries)
List of Trusted Advisor summaries related to the Well-Architected best practice.
This is a convenience method that creates an instance of theCheckSummary.Builder avoiding the need to
create one manually via CheckSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #checkSummaries(List.
checkSummaries - a consumer that will call methods on
CheckSummary.Builder#checkSummaries(java.util.Collection) ListCheckSummariesResponse.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.Copyright © 2023. All rights reserved.