public static interface DescribeTrustedAdvisorCheckSummariesResponse.Builder extends SupportResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theTrustedAdvisorCheckSummary.Builder avoiding the need to
create one manually via
TrustedAdvisorCheckSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #summaries(List.
summaries - a consumer that will call methods on
TrustedAdvisorCheckSummary.Builder#summaries(java.util.Collection) Copyright © 2022. All rights reserved.