public static interface DescribeTrustedAdvisorCheckRefreshStatusesResponse.Builder extends SupportResponse.Builder, CopyableBuilder<DescribeTrustedAdvisorCheckRefreshStatusesResponse.Builder,DescribeTrustedAdvisorCheckRefreshStatusesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeTrustedAdvisorCheckRefreshStatusesResponse.Builder |
statuses(Collection<TrustedAdvisorCheckRefreshStatus> statuses)
The refresh status of the specified Trusted Advisor checks.
|
DescribeTrustedAdvisorCheckRefreshStatusesResponse.Builder |
statuses(Consumer<TrustedAdvisorCheckRefreshStatus.Builder>... statuses)
The refresh status of the specified Trusted Advisor checks.
|
DescribeTrustedAdvisorCheckRefreshStatusesResponse.Builder |
statuses(TrustedAdvisorCheckRefreshStatus... statuses)
The refresh status of the specified Trusted Advisor checks.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeTrustedAdvisorCheckRefreshStatusesResponse.Builder statuses(Collection<TrustedAdvisorCheckRefreshStatus> statuses)
The refresh status of the specified Trusted Advisor checks.
statuses - The refresh status of the specified Trusted Advisor checks.DescribeTrustedAdvisorCheckRefreshStatusesResponse.Builder statuses(TrustedAdvisorCheckRefreshStatus... statuses)
The refresh status of the specified Trusted Advisor checks.
statuses - The refresh status of the specified Trusted Advisor checks.DescribeTrustedAdvisorCheckRefreshStatusesResponse.Builder statuses(Consumer<TrustedAdvisorCheckRefreshStatus.Builder>... statuses)
The refresh status of the specified 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 #statuses(List) .statuses - a consumer that will call methods on List.Builder #statuses(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.