CopyableBuilder<DescribeTrustedAdvisorCheckRefreshStatusesRequest.Builder,DescribeTrustedAdvisorCheckRefreshStatusesRequest>, SdkBuilder<DescribeTrustedAdvisorCheckRefreshStatusesRequest.Builder,DescribeTrustedAdvisorCheckRefreshStatusesRequest>public static interface DescribeTrustedAdvisorCheckRefreshStatusesRequest.Builder extends CopyableBuilder<DescribeTrustedAdvisorCheckRefreshStatusesRequest.Builder,DescribeTrustedAdvisorCheckRefreshStatusesRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeTrustedAdvisorCheckRefreshStatusesRequest.Builder |
checkIds(String... checkIds) |
The IDs of the Trusted Advisor checks to get the status of.
|
DescribeTrustedAdvisorCheckRefreshStatusesRequest.Builder |
checkIds(Collection<String> checkIds) |
The IDs of the Trusted Advisor checks to get the status of.
|
copyapply, buildDescribeTrustedAdvisorCheckRefreshStatusesRequest.Builder checkIds(Collection<String> checkIds)
The IDs of the Trusted Advisor checks to get the status of. Note: Specifying the check ID of a check
that is automatically refreshed causes an InvalidParameterValue error.
checkIds - The IDs of the Trusted Advisor checks to get the status of. Note: Specifying the check ID of a
check that is automatically refreshed causes an InvalidParameterValue error.DescribeTrustedAdvisorCheckRefreshStatusesRequest.Builder checkIds(String... checkIds)
The IDs of the Trusted Advisor checks to get the status of. Note: Specifying the check ID of a check
that is automatically refreshed causes an InvalidParameterValue error.
NOTE: This method appends the values to the existing list (if any). Use
#setCheckIds(java.util.Collection) or #withCheckIds(java.util.Collection) if you want to
override the existing values.
checkIds - The IDs of the Trusted Advisor checks to get the status of. Note: Specifying the check ID of a
check that is automatically refreshed causes an InvalidParameterValue error.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.