CopyableBuilder<DescribeTrustedAdvisorCheckRefreshStatusesResponse.Builder,DescribeTrustedAdvisorCheckRefreshStatusesResponse>
, SdkBuilder<DescribeTrustedAdvisorCheckRefreshStatusesResponse.Builder,DescribeTrustedAdvisorCheckRefreshStatusesResponse>
public static interface DescribeTrustedAdvisorCheckRefreshStatusesResponse.Builder extends CopyableBuilder<DescribeTrustedAdvisorCheckRefreshStatusesResponse.Builder,DescribeTrustedAdvisorCheckRefreshStatusesResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeTrustedAdvisorCheckRefreshStatusesResponse.Builder |
statuses(Collection<TrustedAdvisorCheckRefreshStatus> statuses) |
The refresh status of the specified Trusted Advisor checks.
|
DescribeTrustedAdvisorCheckRefreshStatusesResponse.Builder |
statuses(TrustedAdvisorCheckRefreshStatus... statuses) |
The refresh status of the specified Trusted Advisor checks.
|
copy
apply, build
DescribeTrustedAdvisorCheckRefreshStatusesResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setStatuses(java.util.Collection)
or #withStatuses(java.util.Collection)
if you want to
override the existing values.
statuses
- The refresh status of the specified Trusted Advisor checks.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.