| Package | Description |
|---|---|
| software.amazon.awssdk.services.support.model |
| Modifier and Type | Method and Description |
|---|---|
static TrustedAdvisorCheckRefreshStatus.Builder |
TrustedAdvisorCheckRefreshStatus.builder() |
TrustedAdvisorCheckRefreshStatus.Builder |
TrustedAdvisorCheckRefreshStatus.Builder.checkId(String checkId)
The unique identifier for the Trusted Advisor check.
|
TrustedAdvisorCheckRefreshStatus.Builder |
TrustedAdvisorCheckRefreshStatus.Builder.millisUntilNextRefreshable(Long millisUntilNextRefreshable)
The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.
|
TrustedAdvisorCheckRefreshStatus.Builder |
TrustedAdvisorCheckRefreshStatus.Builder.status(String status)
The status of the Trusted Advisor check for which a refresh has been requested:
|
TrustedAdvisorCheckRefreshStatus.Builder |
TrustedAdvisorCheckRefreshStatus.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TrustedAdvisorCheckRefreshStatus.Builder> |
TrustedAdvisorCheckRefreshStatus.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RefreshTrustedAdvisorCheckResponse.Builder |
RefreshTrustedAdvisorCheckResponse.Builder.status(Consumer<TrustedAdvisorCheckRefreshStatus.Builder> status)
The current refresh status for a check, including the amount of time until the check is eligible for refresh.
|
Copyright © 2022. All rights reserved.