public static interface DescribeTrustedAdvisorCheckSummariesResponse.Builder extends SupportResponse.Builder, CopyableBuilder<DescribeTrustedAdvisorCheckSummariesResponse.Builder,DescribeTrustedAdvisorCheckSummariesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeTrustedAdvisorCheckSummariesResponse.Builder |
summaries(Collection<TrustedAdvisorCheckSummary> summaries)
The summary information for the requested Trusted Advisor checks.
|
DescribeTrustedAdvisorCheckSummariesResponse.Builder |
summaries(Consumer<TrustedAdvisorCheckSummary.Builder>... summaries)
The summary information for the requested Trusted Advisor checks.
|
DescribeTrustedAdvisorCheckSummariesResponse.Builder |
summaries(TrustedAdvisorCheckSummary... summaries)
The summary information for the requested Trusted Advisor checks.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeTrustedAdvisorCheckSummariesResponse.Builder summaries(Collection<TrustedAdvisorCheckSummary> summaries)
The summary information for the requested Trusted Advisor checks.
summaries - The summary information for the requested Trusted Advisor checks.DescribeTrustedAdvisorCheckSummariesResponse.Builder summaries(TrustedAdvisorCheckSummary... summaries)
The summary information for the requested Trusted Advisor checks.
summaries - The summary information for the requested Trusted Advisor checks.DescribeTrustedAdvisorCheckSummariesResponse.Builder summaries(Consumer<TrustedAdvisorCheckSummary.Builder>... summaries)
The summary information for the requested Trusted Advisor checks.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #summaries(List) .summaries - a consumer that will call methods on List.Builder #summaries(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.