Interface UpdateConfiguredTableAssociationAnalysisRuleResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CleanRoomsResponse.Builder
,CopyableBuilder<UpdateConfiguredTableAssociationAnalysisRuleResponse.Builder,
,UpdateConfiguredTableAssociationAnalysisRuleResponse> SdkBuilder<UpdateConfiguredTableAssociationAnalysisRuleResponse.Builder,
,UpdateConfiguredTableAssociationAnalysisRuleResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateConfiguredTableAssociationAnalysisRuleResponse
@Mutable
@NotThreadSafe
public static interface UpdateConfiguredTableAssociationAnalysisRuleResponse.Builder
extends CleanRoomsResponse.Builder, SdkPojo, CopyableBuilder<UpdateConfiguredTableAssociationAnalysisRuleResponse.Builder,UpdateConfiguredTableAssociationAnalysisRuleResponse>
-
Method Summary
Modifier and TypeMethodDescriptionanalysisRule
(Consumer<ConfiguredTableAssociationAnalysisRule.Builder> analysisRule) The updated analysis rule for the configured table association.analysisRule
(ConfiguredTableAssociationAnalysisRule analysisRule) The updated 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
UpdateConfiguredTableAssociationAnalysisRuleResponse.Builder analysisRule(ConfiguredTableAssociationAnalysisRule analysisRule) The updated analysis rule for the configured table association. In the console, the
ConfiguredTableAssociationAnalysisRule
is referred to as the collaboration analysis rule.- Parameters:
analysisRule
- The updated 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 UpdateConfiguredTableAssociationAnalysisRuleResponse.Builder analysisRule(Consumer<ConfiguredTableAssociationAnalysisRule.Builder> analysisRule) The updated 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:
-