public static interface GetConfiguredTableAnalysisRuleRequest.Builder extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<GetConfiguredTableAnalysisRuleRequest.Builder,GetConfiguredTableAnalysisRuleRequest>
| Modifier and Type | Method and Description |
|---|---|
GetConfiguredTableAnalysisRuleRequest.Builder |
analysisRuleType(ConfiguredTableAnalysisRuleType analysisRuleType)
The analysis rule to be retrieved.
|
GetConfiguredTableAnalysisRuleRequest.Builder |
analysisRuleType(String analysisRuleType)
The analysis rule to be retrieved.
|
GetConfiguredTableAnalysisRuleRequest.Builder |
configuredTableIdentifier(String configuredTableIdentifier)
The unique identifier for the configured table to retrieve.
|
GetConfiguredTableAnalysisRuleRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetConfiguredTableAnalysisRuleRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetConfiguredTableAnalysisRuleRequest.Builder configuredTableIdentifier(String configuredTableIdentifier)
The unique identifier for the configured table to retrieve. Currently accepts the configured table ID.
configuredTableIdentifier - The unique identifier for the configured table to retrieve. Currently accepts the configured table ID.GetConfiguredTableAnalysisRuleRequest.Builder analysisRuleType(String analysisRuleType)
The analysis rule to be retrieved. Configured table analysis rules are uniquely identified by their configured table identifier and analysis rule type.
analysisRuleType - The analysis rule to be retrieved. Configured table analysis rules are uniquely identified by their
configured table identifier and analysis rule type.ConfiguredTableAnalysisRuleType,
ConfiguredTableAnalysisRuleTypeGetConfiguredTableAnalysisRuleRequest.Builder analysisRuleType(ConfiguredTableAnalysisRuleType analysisRuleType)
The analysis rule to be retrieved. Configured table analysis rules are uniquely identified by their configured table identifier and analysis rule type.
analysisRuleType - The analysis rule to be retrieved. Configured table analysis rules are uniquely identified by their
configured table identifier and analysis rule type.ConfiguredTableAnalysisRuleType,
ConfiguredTableAnalysisRuleTypeGetConfiguredTableAnalysisRuleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetConfiguredTableAnalysisRuleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.