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(TrustedAdvisorCheckDescription... checks)
Information about all available Trusted Advisor checks.
|
build
copy
apply, build
DescribeTrustedAdvisorChecksResponse.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.