Interface GetConfiguredTableAnalysisRuleResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CleanRoomsResponse.Builder,CopyableBuilder<GetConfiguredTableAnalysisRuleResponse.Builder,,GetConfiguredTableAnalysisRuleResponse> SdkBuilder<GetConfiguredTableAnalysisRuleResponse.Builder,,GetConfiguredTableAnalysisRuleResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 GetConfiguredTableAnalysisRuleResponse
public static interface GetConfiguredTableAnalysisRuleResponse.Builder
extends CleanRoomsResponse.Builder, SdkPojo, CopyableBuilder<GetConfiguredTableAnalysisRuleResponse.Builder,GetConfiguredTableAnalysisRuleResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionanalysisRule(Consumer<ConfiguredTableAnalysisRule.Builder> analysisRule) The entire analysis rule output.analysisRule(ConfiguredTableAnalysisRule analysisRule) The entire analysis rule output.Methods inherited from interface software.amazon.awssdk.services.cleanrooms.model.CleanRoomsResponse.Builder
build, responseMetadata, responseMetadataMethods 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, sdkHttpResponse 
- 
Method Details
- 
analysisRule
GetConfiguredTableAnalysisRuleResponse.Builder analysisRule(ConfiguredTableAnalysisRule analysisRule) The entire analysis rule output.
- Parameters:
 analysisRule- The entire analysis rule output.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
analysisRule
default GetConfiguredTableAnalysisRuleResponse.Builder analysisRule(Consumer<ConfiguredTableAnalysisRule.Builder> analysisRule) The entire analysis rule output.
This is a convenience method that creates an instance of theConfiguredTableAnalysisRule.Builderavoiding the need to create one manually viaConfiguredTableAnalysisRule.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toanalysisRule(ConfiguredTableAnalysisRule).- Parameters:
 analysisRule- a consumer that will call methods onConfiguredTableAnalysisRule.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -