Interface DescribeTrustedAdvisorChecksResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeTrustedAdvisorChecksResponse.Builder,
,DescribeTrustedAdvisorChecksResponse> SdkBuilder<DescribeTrustedAdvisorChecksResponse.Builder,
,DescribeTrustedAdvisorChecksResponse> SdkPojo
,SdkResponse.Builder
,SupportResponse.Builder
- Enclosing class:
DescribeTrustedAdvisorChecksResponse
public static interface DescribeTrustedAdvisorChecksResponse.Builder
extends SupportResponse.Builder, SdkPojo, CopyableBuilder<DescribeTrustedAdvisorChecksResponse.Builder,DescribeTrustedAdvisorChecksResponse>
-
Method Summary
Modifier and TypeMethodDescriptionInformation about all available Trusted Advisor checks.checks
(Consumer<TrustedAdvisorCheckDescription.Builder>... checks) Information about all available Trusted Advisor checks.checks
(TrustedAdvisorCheckDescription... checks) Information about all available 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, 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
-
checks
DescribeTrustedAdvisorChecksResponse.Builder checks(Collection<TrustedAdvisorCheckDescription> checks) Information about all available Trusted Advisor checks.
- Parameters:
checks
- Information about all available Trusted Advisor checks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
checks
Information about all available Trusted Advisor checks.
- Parameters:
checks
- Information about all available Trusted Advisor checks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
checks
DescribeTrustedAdvisorChecksResponse.Builder checks(Consumer<TrustedAdvisorCheckDescription.Builder>... checks) Information about all available Trusted Advisor checks.
This is a convenience method that creates an instance of theTrustedAdvisorCheckDescription.Builder
avoiding the need to create one manually viaTrustedAdvisorCheckDescription.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tochecks(List<TrustedAdvisorCheckDescription>)
.- Parameters:
checks
- a consumer that will call methods onTrustedAdvisorCheckDescription.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-