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.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
RefreshTrustedAdvisorCheckResponse.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.Builder
status(TrustedAdvisorCheckRefreshStatus)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.