CopyableBuilder<TrustedAdvisorCheckRefreshStatus.Builder,TrustedAdvisorCheckRefreshStatus>, SdkBuilder<TrustedAdvisorCheckRefreshStatus.Builder,TrustedAdvisorCheckRefreshStatus>public static interface TrustedAdvisorCheckRefreshStatus.Builder extends CopyableBuilder<TrustedAdvisorCheckRefreshStatus.Builder,TrustedAdvisorCheckRefreshStatus>
| Modifier and Type | Method | Description |
|---|---|---|
TrustedAdvisorCheckRefreshStatus.Builder |
checkId(String checkId) |
The unique identifier for the Trusted Advisor check.
|
TrustedAdvisorCheckRefreshStatus.Builder |
millisUntilNextRefreshable(Long millisUntilNextRefreshable) |
The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.
|
TrustedAdvisorCheckRefreshStatus.Builder |
status(String status) |
The status of the Trusted Advisor check for which a refresh has been requested: "none", "enqueued",
"processing", "success", or "abandoned".
|
copyapply, buildTrustedAdvisorCheckRefreshStatus.Builder checkId(String checkId)
The unique identifier for the Trusted Advisor check.
checkId - The unique identifier for the Trusted Advisor check.TrustedAdvisorCheckRefreshStatus.Builder status(String status)
The status of the Trusted Advisor check for which a refresh has been requested: "none", "enqueued", "processing", "success", or "abandoned".
status - The status of the Trusted Advisor check for which a refresh has been requested: "none", "enqueued",
"processing", "success", or "abandoned".TrustedAdvisorCheckRefreshStatus.Builder millisUntilNextRefreshable(Long millisUntilNextRefreshable)
The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.
millisUntilNextRefreshable - The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.