public static interface DescribeTrustedAdvisorCheckRefreshStatusesRequest.Builder extends SupportRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeTrustedAdvisorCheckRefreshStatusesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeTrustedAdvisorCheckRefreshStatusesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.