public static interface DescribeTrustedAdvisorCheckResultResponse.Builder extends SupportResponse.Builder, 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeTrustedAdvisorCheckResultResponse.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.Builderresult(TrustedAdvisorCheckResult)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.