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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeTrustedAdvisorCheckRefreshStatusesResponse.Builderstatuses(Collection<TrustedAdvisorCheckRefreshStatus> statuses)The refresh status of the specified Trusted Advisor checks.DescribeTrustedAdvisorCheckRefreshStatusesResponse.Builderstatuses(Consumer<TrustedAdvisorCheckRefreshStatus.Builder>... statuses)The refresh status of the specified Trusted Advisor checks.DescribeTrustedAdvisorCheckRefreshStatusesResponse.Builderstatuses(TrustedAdvisorCheckRefreshStatus... statuses)The refresh status of the specified Trusted Advisor checks.-
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
-
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 to#statuses(List.) - 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:
#statuses(java.util.Collection)
-
-