public static interface RefreshTrustedAdvisorCheckResponse.Builder extends SupportResponse.Builder, CopyableBuilder<RefreshTrustedAdvisorCheckResponse.Builder,RefreshTrustedAdvisorCheckResponse>
| Modifier and Type | Method and Description |
|---|---|
default 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.
|
RefreshTrustedAdvisorCheckResponse.Builder |
status(TrustedAdvisorCheckRefreshStatus status)
The current refresh status for a check, including the amount of time until the check is eligible for refresh.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildRefreshTrustedAdvisorCheckResponse.Builder status(TrustedAdvisorCheckRefreshStatus status)
The current refresh status for a check, including the amount of time until the check is eligible for refresh.
status - The current refresh status for a check, including the amount of time until the check is eligible for
refresh.default 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.
This is a convenience that creates an instance of theTrustedAdvisorCheckRefreshStatus.Builder
avoiding the need to create one manually via TrustedAdvisorCheckRefreshStatus.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to status(TrustedAdvisorCheckRefreshStatus).status - a consumer that will call methods on TrustedAdvisorCheckRefreshStatus.Builderstatus(TrustedAdvisorCheckRefreshStatus)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.