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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default RefreshTrustedAdvisorCheckResponse.Builderstatus(Consumer<TrustedAdvisorCheckRefreshStatus.Builder> status)The current refresh status for a check, including the amount of time until the check is eligible for refresh.RefreshTrustedAdvisorCheckResponse.Builderstatus(TrustedAdvisorCheckRefreshStatus status)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, sdkFieldNameToField, 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 Detail
-
status
RefreshTrustedAdvisorCheckResponse.Builder status(TrustedAdvisorCheckRefreshStatus 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.Builderavoiding the need to create one manually viaTrustedAdvisorCheckRefreshStatus.builder().When the
Consumercompletes,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:
status(TrustedAdvisorCheckRefreshStatus)
-
-