Interface GetConfiguredTableAnalysisRuleRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CleanRoomsRequest.Builder,CopyableBuilder<GetConfiguredTableAnalysisRuleRequest.Builder,GetConfiguredTableAnalysisRuleRequest>,SdkBuilder<GetConfiguredTableAnalysisRuleRequest.Builder,GetConfiguredTableAnalysisRuleRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetConfiguredTableAnalysisRuleRequest
public static interface GetConfiguredTableAnalysisRuleRequest.Builder extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<GetConfiguredTableAnalysisRuleRequest.Builder,GetConfiguredTableAnalysisRuleRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetConfiguredTableAnalysisRuleRequest.BuilderanalysisRuleType(String analysisRuleType)The analysis rule to be retrieved.GetConfiguredTableAnalysisRuleRequest.BuilderanalysisRuleType(ConfiguredTableAnalysisRuleType analysisRuleType)The analysis rule to be retrieved.GetConfiguredTableAnalysisRuleRequest.BuilderconfiguredTableIdentifier(String configuredTableIdentifier)The unique identifier for the configured table to retrieve.GetConfiguredTableAnalysisRuleRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetConfiguredTableAnalysisRuleRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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, sdkFields
-
-
-
-
Method Detail
-
configuredTableIdentifier
GetConfiguredTableAnalysisRuleRequest.Builder configuredTableIdentifier(String configuredTableIdentifier)
The unique identifier for the configured table to retrieve. Currently accepts the configured table ID.
- Parameters:
configuredTableIdentifier- The unique identifier for the configured table to retrieve. Currently accepts the configured table ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisRuleType
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.
- Parameters:
analysisRuleType- The analysis rule to be retrieved. 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:
ConfiguredTableAnalysisRuleType,ConfiguredTableAnalysisRuleType
-
analysisRuleType
GetConfiguredTableAnalysisRuleRequest.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.
- Parameters:
analysisRuleType- The analysis rule to be retrieved. 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:
ConfiguredTableAnalysisRuleType,ConfiguredTableAnalysisRuleType
-
overrideConfiguration
GetConfiguredTableAnalysisRuleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetConfiguredTableAnalysisRuleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-