Interface UpdateConfiguredTableAssociationAnalysisRuleRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CleanRoomsRequest.Builder
,CopyableBuilder<UpdateConfiguredTableAssociationAnalysisRuleRequest.Builder,
,UpdateConfiguredTableAssociationAnalysisRuleRequest> SdkBuilder<UpdateConfiguredTableAssociationAnalysisRuleRequest.Builder,
,UpdateConfiguredTableAssociationAnalysisRuleRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateConfiguredTableAssociationAnalysisRuleRequest
@Mutable
@NotThreadSafe
public static interface UpdateConfiguredTableAssociationAnalysisRuleRequest.Builder
extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<UpdateConfiguredTableAssociationAnalysisRuleRequest.Builder,UpdateConfiguredTableAssociationAnalysisRuleRequest>
-
Method Summary
Modifier and TypeMethodDescriptionanalysisRulePolicy
(Consumer<ConfiguredTableAssociationAnalysisRulePolicy.Builder> analysisRulePolicy) The updated analysis rule policy for the configured table association.analysisRulePolicy
(ConfiguredTableAssociationAnalysisRulePolicy analysisRulePolicy) The updated analysis rule policy for the configured table association.analysisRuleType
(String analysisRuleType) The analysis rule type that you want to update.analysisRuleType
(ConfiguredTableAssociationAnalysisRuleType analysisRuleType) The analysis rule type that you want to update.configuredTableAssociationIdentifier
(String configuredTableAssociationIdentifier) The identifier for the configured table association to update.membershipIdentifier
(String membershipIdentifier) A unique identifier for the membership that the configured table association belongs to.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.cleanrooms.model.CleanRoomsRequest.Builder
build
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
-
Method Details
-
membershipIdentifier
UpdateConfiguredTableAssociationAnalysisRuleRequest.Builder membershipIdentifier(String membershipIdentifier) A unique identifier for the membership that the configured table association belongs to. Currently accepts the membership ID.
- Parameters:
membershipIdentifier
- A unique identifier for the membership that the configured table association belongs to. Currently accepts the membership ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuredTableAssociationIdentifier
UpdateConfiguredTableAssociationAnalysisRuleRequest.Builder configuredTableAssociationIdentifier(String configuredTableAssociationIdentifier) The identifier for the configured table association to update.
- Parameters:
configuredTableAssociationIdentifier
- The identifier for the configured table association to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisRuleType
UpdateConfiguredTableAssociationAnalysisRuleRequest.Builder analysisRuleType(String analysisRuleType) The analysis rule type that you want to update.
- Parameters:
analysisRuleType
- The analysis rule type that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
analysisRuleType
UpdateConfiguredTableAssociationAnalysisRuleRequest.Builder analysisRuleType(ConfiguredTableAssociationAnalysisRuleType analysisRuleType) The analysis rule type that you want to update.
- Parameters:
analysisRuleType
- The analysis rule type that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
analysisRulePolicy
UpdateConfiguredTableAssociationAnalysisRuleRequest.Builder analysisRulePolicy(ConfiguredTableAssociationAnalysisRulePolicy analysisRulePolicy) The updated analysis rule policy for the configured table association.
- Parameters:
analysisRulePolicy
- The updated analysis rule policy for the configured table association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisRulePolicy
default UpdateConfiguredTableAssociationAnalysisRuleRequest.Builder analysisRulePolicy(Consumer<ConfiguredTableAssociationAnalysisRulePolicy.Builder> analysisRulePolicy) The updated analysis rule policy for the configured table association.
This is a convenience method that creates an instance of theConfiguredTableAssociationAnalysisRulePolicy.Builder
avoiding the need to create one manually viaConfiguredTableAssociationAnalysisRulePolicy.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toanalysisRulePolicy(ConfiguredTableAssociationAnalysisRulePolicy)
.- Parameters:
analysisRulePolicy
- a consumer that will call methods onConfiguredTableAssociationAnalysisRulePolicy.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateConfiguredTableAssociationAnalysisRuleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateConfiguredTableAssociationAnalysisRuleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-