public static interface DescribeTrustedAdvisorChecksResponse.Builder extends SupportResponse.Builder, CopyableBuilder<DescribeTrustedAdvisorChecksResponse.Builder,DescribeTrustedAdvisorChecksResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeTrustedAdvisorChecksResponse.Builder |
checks(Collection<TrustedAdvisorCheckDescription> checks)
Information about all available Trusted Advisor checks.
|
DescribeTrustedAdvisorChecksResponse.Builder |
checks(Consumer<TrustedAdvisorCheckDescription.Builder>... checks)
Information about all available Trusted Advisor checks.
|
DescribeTrustedAdvisorChecksResponse.Builder |
checks(TrustedAdvisorCheckDescription... checks)
Information about all available Trusted Advisor checks.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeTrustedAdvisorChecksResponse.Builder checks(Collection<TrustedAdvisorCheckDescription> checks)
Information about all available Trusted Advisor checks.
checks - Information about all available Trusted Advisor checks.DescribeTrustedAdvisorChecksResponse.Builder checks(TrustedAdvisorCheckDescription... checks)
Information about all available Trusted Advisor checks.
checks - Information about all available Trusted Advisor checks.DescribeTrustedAdvisorChecksResponse.Builder checks(Consumer<TrustedAdvisorCheckDescription.Builder>... checks)
Information about all available 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 #checks(List) .checks - a consumer that will call methods on List.Builder #checks(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.