Interface RefreshTrustedAdvisorCheckResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<RefreshTrustedAdvisorCheckResponse.Builder,
,RefreshTrustedAdvisorCheckResponse> SdkBuilder<RefreshTrustedAdvisorCheckResponse.Builder,
,RefreshTrustedAdvisorCheckResponse> SdkPojo
,SdkResponse.Builder
,SupportResponse.Builder
- Enclosing class:
RefreshTrustedAdvisorCheckResponse
public static interface RefreshTrustedAdvisorCheckResponse.Builder
extends SupportResponse.Builder, SdkPojo, CopyableBuilder<RefreshTrustedAdvisorCheckResponse.Builder,RefreshTrustedAdvisorCheckResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe current refresh status for a check, including the amount of time until the check is eligible for refresh.The current refresh status for a check, including the amount of time until the check is eligible for refresh.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.support.model.SupportResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
status
The current refresh status for a check, including the amount of time until the check is eligible for refresh.
- Parameters:
status
- The current refresh status for a check, including the amount of time until the check is eligible for refresh.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
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 method that creates an instance of theTrustedAdvisorCheckRefreshStatus.Builder
avoiding the need to create one manually viaTrustedAdvisorCheckRefreshStatus.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tostatus(TrustedAdvisorCheckRefreshStatus)
.- Parameters:
status
- a consumer that will call methods onTrustedAdvisorCheckRefreshStatus.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-