Interface CreateConfiguredTableAssociationAnalysisRuleResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CleanRoomsResponse.Builder,CopyableBuilder<CreateConfiguredTableAssociationAnalysisRuleResponse.Builder,,CreateConfiguredTableAssociationAnalysisRuleResponse> SdkBuilder<CreateConfiguredTableAssociationAnalysisRuleResponse.Builder,,CreateConfiguredTableAssociationAnalysisRuleResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 CreateConfiguredTableAssociationAnalysisRuleResponse
public static interface CreateConfiguredTableAssociationAnalysisRuleResponse.Builder
extends CleanRoomsResponse.Builder, SdkPojo, CopyableBuilder<CreateConfiguredTableAssociationAnalysisRuleResponse.Builder,CreateConfiguredTableAssociationAnalysisRuleResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionanalysisRule(Consumer<ConfiguredTableAssociationAnalysisRule.Builder> analysisRule) The analysis rule for the configured table association.analysisRule(ConfiguredTableAssociationAnalysisRule analysisRule) The analysis rule for the configured table association.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, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
analysisRule
CreateConfiguredTableAssociationAnalysisRuleResponse.Builder analysisRule(ConfiguredTableAssociationAnalysisRule analysisRule) The analysis rule for the configured table association. In the console, the
ConfiguredTableAssociationAnalysisRuleis referred to as the collaboration analysis rule.- Parameters:
 analysisRule- The analysis rule for the configured table association. In the console, theConfiguredTableAssociationAnalysisRuleis referred to as the collaboration analysis rule.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
analysisRule
default CreateConfiguredTableAssociationAnalysisRuleResponse.Builder analysisRule(Consumer<ConfiguredTableAssociationAnalysisRule.Builder> analysisRule) The analysis rule for the configured table association. In the console, the
This is a convenience method that creates an instance of theConfiguredTableAssociationAnalysisRuleis referred to as the collaboration analysis rule.ConfiguredTableAssociationAnalysisRule.Builderavoiding the need to create one manually viaConfiguredTableAssociationAnalysisRule.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toanalysisRule(ConfiguredTableAssociationAnalysisRule).- Parameters:
 analysisRule- a consumer that will call methods onConfiguredTableAssociationAnalysisRule.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -