Interface DescribeTrustedAdvisorCheckResultResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeTrustedAdvisorCheckResultResponse.Builder,,DescribeTrustedAdvisorCheckResultResponse> SdkBuilder<DescribeTrustedAdvisorCheckResultResponse.Builder,,DescribeTrustedAdvisorCheckResultResponse> SdkPojo,SdkResponse.Builder,SupportResponse.Builder
- Enclosing class:
DescribeTrustedAdvisorCheckResultResponse
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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods 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.Builderavoiding the need to create one manually viaTrustedAdvisorCheckResult.builder().When the
Consumercompletes,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:
-