public static interface DescribeTrustedAdvisorCheckRefreshStatusesRequest.Builder extends SupportRequest.Builder, CopyableBuilder<DescribeTrustedAdvisorCheckRefreshStatusesRequest.Builder,DescribeTrustedAdvisorCheckRefreshStatusesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeTrustedAdvisorCheckRefreshStatusesRequest.Builder |
checkIds(Collection<String> checkIds)
The IDs of the Trusted Advisor checks to get the status of.
|
DescribeTrustedAdvisorCheckRefreshStatusesRequest.Builder |
checkIds(String... checkIds)
The IDs of the Trusted Advisor checks to get the status of.
|
DescribeTrustedAdvisorCheckRefreshStatusesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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.
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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.