public static interface DescribeTrustedAdvisorCheckRefreshStatusesResponse.Builder extends SupportResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theTrustedAdvisorCheckRefreshStatus.Builder avoiding the
need to create one manually via
TrustedAdvisorCheckRefreshStatus.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #statuses(List.
statuses - a consumer that will call methods on
TrustedAdvisorCheckRefreshStatus.Builder#statuses(java.util.Collection) Copyright © 2022. All rights reserved.