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.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
DescribeTrustedAdvisorCheckRefreshStatusesRequest.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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.