Interface DeleteConfiguredTableAnalysisRuleRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CleanRoomsRequest.Builder,CopyableBuilder<DeleteConfiguredTableAnalysisRuleRequest.Builder,,DeleteConfiguredTableAnalysisRuleRequest> SdkBuilder<DeleteConfiguredTableAnalysisRuleRequest.Builder,,DeleteConfiguredTableAnalysisRuleRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 DeleteConfiguredTableAnalysisRuleRequest
public static interface DeleteConfiguredTableAnalysisRuleRequest.Builder
extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<DeleteConfiguredTableAnalysisRuleRequest.Builder,DeleteConfiguredTableAnalysisRuleRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionanalysisRuleType(String analysisRuleType) The analysis rule type to be deleted.analysisRuleType(ConfiguredTableAnalysisRuleType analysisRuleType) The analysis rule type to be deleted.configuredTableIdentifier(String configuredTableIdentifier) The unique identifier for the configured table that the analysis rule applies 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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cleanrooms.model.CleanRoomsRequest.Builder
buildMethods 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, sdkFields 
- 
Method Details
- 
configuredTableIdentifier
DeleteConfiguredTableAnalysisRuleRequest.Builder configuredTableIdentifier(String configuredTableIdentifier) The unique identifier for the configured table that the analysis rule applies to. Currently accepts the configured table ID.
- Parameters:
 configuredTableIdentifier- The unique identifier for the configured table that the analysis rule applies to. Currently accepts the configured table ID.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
analysisRuleType
The analysis rule type to be deleted. Configured table analysis rules are uniquely identified by their configured table identifier and analysis rule type.
- Parameters:
 analysisRuleType- The analysis rule type to be deleted. Configured table analysis rules are uniquely identified by their configured table identifier and analysis rule type.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
analysisRuleType
DeleteConfiguredTableAnalysisRuleRequest.Builder analysisRuleType(ConfiguredTableAnalysisRuleType analysisRuleType) The analysis rule type to be deleted. Configured table analysis rules are uniquely identified by their configured table identifier and analysis rule type.
- Parameters:
 analysisRuleType- The analysis rule type to be deleted. Configured table analysis rules are uniquely identified by their configured table identifier and analysis rule type.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
overrideConfiguration
DeleteConfiguredTableAnalysisRuleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
DeleteConfiguredTableAnalysisRuleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -