public static interface UpdateConfiguredTableAnalysisRuleRequest.Builder extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<UpdateConfiguredTableAnalysisRuleRequest.Builder,UpdateConfiguredTableAnalysisRuleRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateConfiguredTableAnalysisRuleRequest.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.UpdateConfiguredTableAnalysisRuleRequest.Builder analysisRuleType(String analysisRuleType)
The analysis rule type to be updated. Configured table analysis rules are uniquely identified by their configured table identifier and analysis rule type.
analysisRuleType - The analysis rule type to be updated. Configured table analysis rules are uniquely identified by their
configured table identifier and analysis rule type.ConfiguredTableAnalysisRuleType,
ConfiguredTableAnalysisRuleTypeUpdateConfiguredTableAnalysisRuleRequest.Builder analysisRuleType(ConfiguredTableAnalysisRuleType analysisRuleType)
The analysis rule type to be updated. Configured table analysis rules are uniquely identified by their configured table identifier and analysis rule type.
analysisRuleType - The analysis rule type to be updated. Configured table analysis rules are uniquely identified by their
configured table identifier and analysis rule type.ConfiguredTableAnalysisRuleType,
ConfiguredTableAnalysisRuleTypeUpdateConfiguredTableAnalysisRuleRequest.Builder analysisRulePolicy(ConfiguredTableAnalysisRulePolicy analysisRulePolicy)
The new analysis rule policy for the configured table analysis rule.
analysisRulePolicy - The new analysis rule policy for the configured table analysis rule.default UpdateConfiguredTableAnalysisRuleRequest.Builder analysisRulePolicy(Consumer<ConfiguredTableAnalysisRulePolicy.Builder> analysisRulePolicy)
The new analysis rule policy for the configured table analysis rule.
This is a convenience method that creates an instance of theConfiguredTableAnalysisRulePolicy.Builder avoiding the need to create one manually via
ConfiguredTableAnalysisRulePolicy.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to analysisRulePolicy(ConfiguredTableAnalysisRulePolicy).
analysisRulePolicy - a consumer that will call methods on ConfiguredTableAnalysisRulePolicy.BuilderanalysisRulePolicy(ConfiguredTableAnalysisRulePolicy)UpdateConfiguredTableAnalysisRuleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateConfiguredTableAnalysisRuleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.