CopyableBuilder<DescribeTrustedAdvisorCheckSummariesResponse.Builder,DescribeTrustedAdvisorCheckSummariesResponse>
, SdkBuilder<DescribeTrustedAdvisorCheckSummariesResponse.Builder,DescribeTrustedAdvisorCheckSummariesResponse>
public static interface DescribeTrustedAdvisorCheckSummariesResponse.Builder extends CopyableBuilder<DescribeTrustedAdvisorCheckSummariesResponse.Builder,DescribeTrustedAdvisorCheckSummariesResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeTrustedAdvisorCheckSummariesResponse.Builder |
summaries(Collection<TrustedAdvisorCheckSummary> summaries) |
The summary information for the requested Trusted Advisor checks.
|
DescribeTrustedAdvisorCheckSummariesResponse.Builder |
summaries(TrustedAdvisorCheckSummary... summaries) |
The summary information for the requested Trusted Advisor checks.
|
copy
apply, build
DescribeTrustedAdvisorCheckSummariesResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setSummaries(java.util.Collection)
or #withSummaries(java.util.Collection)
if you want to
override the existing values.
summaries
- The summary information for the requested Trusted Advisor checks.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.