Interface DescribeTrustedAdvisorCheckRefreshStatusesResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<DescribeTrustedAdvisorCheckRefreshStatusesResponse.Builder,,DescribeTrustedAdvisorCheckRefreshStatusesResponse> SdkBuilder<DescribeTrustedAdvisorCheckRefreshStatusesResponse.Builder,,DescribeTrustedAdvisorCheckRefreshStatusesResponse> SdkPojo,SdkResponse.Builder,SupportResponse.Builder
- Enclosing class:
 DescribeTrustedAdvisorCheckRefreshStatusesResponse
public static interface DescribeTrustedAdvisorCheckRefreshStatusesResponse.Builder
extends SupportResponse.Builder, SdkPojo, CopyableBuilder<DescribeTrustedAdvisorCheckRefreshStatusesResponse.Builder,DescribeTrustedAdvisorCheckRefreshStatusesResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionstatuses(Collection<TrustedAdvisorCheckRefreshStatus> statuses) The refresh status of the specified Trusted Advisor checks.statuses(Consumer<TrustedAdvisorCheckRefreshStatus.Builder>... statuses) The refresh status of the specified Trusted Advisor checks.statuses(TrustedAdvisorCheckRefreshStatus... statuses) The refresh status of the specified Trusted Advisor checks.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.support.model.SupportResponse.Builder
build, responseMetadata, responseMetadata 
- 
Method Details
- 
statuses
DescribeTrustedAdvisorCheckRefreshStatusesResponse.Builder statuses(Collection<TrustedAdvisorCheckRefreshStatus> statuses) The refresh status of the specified Trusted Advisor checks.
- Parameters:
 statuses- The refresh status of the specified Trusted Advisor checks.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
statuses
DescribeTrustedAdvisorCheckRefreshStatusesResponse.Builder statuses(TrustedAdvisorCheckRefreshStatus... statuses) The refresh status of the specified Trusted Advisor checks.
- Parameters:
 statuses- The refresh status of the specified Trusted Advisor checks.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
statuses
DescribeTrustedAdvisorCheckRefreshStatusesResponse.Builder statuses(Consumer<TrustedAdvisorCheckRefreshStatus.Builder>... statuses) The refresh status of the specified Trusted Advisor checks.
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 tostatuses(List<TrustedAdvisorCheckRefreshStatus>).- Parameters:
 statuses- 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:
 
 
 -