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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeTrustedAdvisorCheckResultResponse.Builderresult(Consumer<TrustedAdvisorCheckResult.Builder> result)The detailed results of the Trusted Advisor check.DescribeTrustedAdvisorCheckResultResponse.Builderresult(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 Detail
-
result
DescribeTrustedAdvisorCheckResultResponse.Builder result(TrustedAdvisorCheckResult 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:
result(TrustedAdvisorCheckResult)
-
-