public static interface DeleteConfiguredTableAnalysisRuleRequest.Builder extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<DeleteConfiguredTableAnalysisRuleRequest.Builder,DeleteConfiguredTableAnalysisRuleRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteConfiguredTableAnalysisRuleRequest.Builder |
analysisRuleType(ConfiguredTableAnalysisRuleType analysisRuleType)
The analysis rule type to be deleted.
|
DeleteConfiguredTableAnalysisRuleRequest.Builder |
analysisRuleType(String analysisRuleType)
The analysis rule type to be deleted.
|
DeleteConfiguredTableAnalysisRuleRequest.Builder |
configuredTableIdentifier(String configuredTableIdentifier)
The unique identifier for the configured table that the analysis rule applies to.
|
DeleteConfiguredTableAnalysisRuleRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteConfiguredTableAnalysisRuleRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteConfiguredTableAnalysisRuleRequest.Builder configuredTableIdentifier(String configuredTableIdentifier)
The unique identifier for the configured table that the analysis rule applies to. Currently accepts the configured table ID.
configuredTableIdentifier - The unique identifier for the configured table that the analysis rule applies to. Currently accepts
the configured table ID.DeleteConfiguredTableAnalysisRuleRequest.Builder analysisRuleType(String analysisRuleType)
The analysis rule type to be deleted. Configured table analysis rules are uniquely identified by their configured table identifier and analysis rule type.
analysisRuleType - The analysis rule type to be deleted. Configured table analysis rules are uniquely identified by their
configured table identifier and analysis rule type.ConfiguredTableAnalysisRuleType,
ConfiguredTableAnalysisRuleTypeDeleteConfiguredTableAnalysisRuleRequest.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.
analysisRuleType - The analysis rule type to be deleted. Configured table analysis rules are uniquely identified by their
configured table identifier and analysis rule type.ConfiguredTableAnalysisRuleType,
ConfiguredTableAnalysisRuleTypeDeleteConfiguredTableAnalysisRuleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteConfiguredTableAnalysisRuleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.