CopyableBuilder<DescribeTrustedAdvisorChecksResponse.Builder,DescribeTrustedAdvisorChecksResponse>
, SdkBuilder<DescribeTrustedAdvisorChecksResponse.Builder,DescribeTrustedAdvisorChecksResponse>
public static interface DescribeTrustedAdvisorChecksResponse.Builder extends CopyableBuilder<DescribeTrustedAdvisorChecksResponse.Builder,DescribeTrustedAdvisorChecksResponse>
Modifier and Type | Method | 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.
|
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.
NOTE: This method appends the values to the existing list (if any). Use
#setChecks(java.util.Collection)
or #withChecks(java.util.Collection)
if you want to override
the existing values.
checks
- Information about all available Trusted Advisor checks.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.