public static interface DescribeTrustedAdvisorCheckResultResponse.Builder extends SupportResponse.Builder, SdkPojo, CopyableBuilder<DescribeTrustedAdvisorCheckResultResponse.Builder,DescribeTrustedAdvisorCheckResultResponse>
Modifier and Type | Method and Description |
---|---|
default DescribeTrustedAdvisorCheckResultResponse.Builder |
result(Consumer<TrustedAdvisorCheckResult.Builder> result)
The detailed results of the Trusted Advisor check.
|
DescribeTrustedAdvisorCheckResultResponse.Builder |
result(TrustedAdvisorCheckResult result)
The detailed results of the Trusted Advisor check.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeTrustedAdvisorCheckResultResponse.Builder result(TrustedAdvisorCheckResult result)
The detailed results of the Trusted Advisor check.
result
- The detailed results of the Trusted Advisor check.default DescribeTrustedAdvisorCheckResultResponse.Builder result(Consumer<TrustedAdvisorCheckResult.Builder> result)
The detailed results of the Trusted Advisor check.
This is a convenience that creates an instance of theTrustedAdvisorCheckResult.Builder
avoiding the
need to create one manually via TrustedAdvisorCheckResult.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to result(TrustedAdvisorCheckResult)
.result
- a consumer that will call methods on TrustedAdvisorCheckResult.Builder
result(TrustedAdvisorCheckResult)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.