Interface CreateConfiguredTableAssociationAnalysisRuleResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CleanRoomsResponse.Builder
,CopyableBuilder<CreateConfiguredTableAssociationAnalysisRuleResponse.Builder,
,CreateConfiguredTableAssociationAnalysisRuleResponse> SdkBuilder<CreateConfiguredTableAssociationAnalysisRuleResponse.Builder,
,CreateConfiguredTableAssociationAnalysisRuleResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateConfiguredTableAssociationAnalysisRuleResponse
@Mutable
@NotThreadSafe
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, responseMetadata
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
-
Method Details
-
analysisRule
CreateConfiguredTableAssociationAnalysisRuleResponse.Builder analysisRule(ConfiguredTableAssociationAnalysisRule analysisRule) The analysis rule for the configured table association. In the console, the
ConfiguredTableAssociationAnalysisRule
is referred to as the collaboration analysis rule.- Parameters:
analysisRule
- The analysis rule for the configured table association. In the console, theConfiguredTableAssociationAnalysisRule
is 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 theConfiguredTableAssociationAnalysisRule
is referred to as the collaboration analysis rule.ConfiguredTableAssociationAnalysisRule.Builder
avoiding the need to create one manually viaConfiguredTableAssociationAnalysisRule.builder()
.When the
Consumer
completes,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:
-