public static interface TrustedAdvisorCheckRefreshStatus.Builder extends SdkPojo, CopyableBuilder<TrustedAdvisorCheckRefreshStatus.Builder,TrustedAdvisorCheckRefreshStatus>
| Modifier and Type | Method and 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:
|
equalsBySdkFields, sdkFieldscopyapplyMutation, 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 - The check is not refreshed or the non-success status exceeds the timeout
enqueued - The check refresh requests has entered the refresh queue
processing - The check refresh request is picked up by the rule processing engine
success - The check is successfully refreshed
abandoned - The check refresh has failed
status - The status of the Trusted Advisor check for which a refresh has been requested:
none - The check is not refreshed or the non-success status exceeds the timeout
enqueued - The check refresh requests has entered the refresh queue
processing - The check refresh request is picked up by the rule processing engine
success - The check is successfully refreshed
abandoned - The check refresh has failed
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 © 2022. All rights reserved.