Interface UpdateConfiguredTableAssociationAnalysisRuleRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CleanRoomsRequest.Builder,CopyableBuilder<UpdateConfiguredTableAssociationAnalysisRuleRequest.Builder,UpdateConfiguredTableAssociationAnalysisRuleRequest>,SdkBuilder<UpdateConfiguredTableAssociationAnalysisRuleRequest.Builder,UpdateConfiguredTableAssociationAnalysisRuleRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateConfiguredTableAssociationAnalysisRuleRequest
public static interface UpdateConfiguredTableAssociationAnalysisRuleRequest.Builder extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<UpdateConfiguredTableAssociationAnalysisRuleRequest.Builder,UpdateConfiguredTableAssociationAnalysisRuleRequest>
-
-
Method Summary
-
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 Detail
-
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:
ConfiguredTableAssociationAnalysisRuleType,ConfiguredTableAssociationAnalysisRuleType
-
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:
ConfiguredTableAssociationAnalysisRuleType,ConfiguredTableAssociationAnalysisRuleType
-
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.Builderavoiding the need to create one manually viaConfiguredTableAssociationAnalysisRulePolicy.builder().When the
Consumercompletes,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:
analysisRulePolicy(ConfiguredTableAssociationAnalysisRulePolicy)
-
overrideConfiguration
UpdateConfiguredTableAssociationAnalysisRuleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateConfiguredTableAssociationAnalysisRuleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-