Interface DescribeTrustedAdvisorCheckResultResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeTrustedAdvisorCheckResultResponse.Builder,
,DescribeTrustedAdvisorCheckResultResponse> SdkBuilder<DescribeTrustedAdvisorCheckResultResponse.Builder,
,DescribeTrustedAdvisorCheckResultResponse> SdkPojo
,SdkResponse.Builder
,SupportResponse.Builder
- Enclosing class:
DescribeTrustedAdvisorCheckResultResponse
@Mutable
@NotThreadSafe
public static interface DescribeTrustedAdvisorCheckResultResponse.Builder
extends SupportResponse.Builder, SdkPojo, CopyableBuilder<DescribeTrustedAdvisorCheckResultResponse.Builder,DescribeTrustedAdvisorCheckResultResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe detailed results of the Trusted Advisor check.result
(TrustedAdvisorCheckResult result) The detailed results of the Trusted Advisor check.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 Details
-
result
The detailed results of the Trusted Advisor check.
- Parameters:
result
- The detailed results of the Trusted Advisor check.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
result
default DescribeTrustedAdvisorCheckResultResponse.Builder result(Consumer<TrustedAdvisorCheckResult.Builder> result) The detailed results of the Trusted Advisor check.
This is a convenience method that creates an instance of theTrustedAdvisorCheckResult.Builder
avoiding the need to create one manually viaTrustedAdvisorCheckResult.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toresult(TrustedAdvisorCheckResult)
.- Parameters:
result
- a consumer that will call methods onTrustedAdvisorCheckResult.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-