Interface GetConfiguredTableAnalysisRuleRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CleanRoomsRequest.Builder
,CopyableBuilder<GetConfiguredTableAnalysisRuleRequest.Builder,
,GetConfiguredTableAnalysisRuleRequest> SdkBuilder<GetConfiguredTableAnalysisRuleRequest.Builder,
,GetConfiguredTableAnalysisRuleRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetConfiguredTableAnalysisRuleRequest
@Mutable
@NotThreadSafe
public static interface GetConfiguredTableAnalysisRuleRequest.Builder
extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<GetConfiguredTableAnalysisRuleRequest.Builder,GetConfiguredTableAnalysisRuleRequest>
-
Method Summary
Modifier and TypeMethodDescriptionanalysisRuleType
(String analysisRuleType) The analysis rule to be retrieved.analysisRuleType
(ConfiguredTableAnalysisRuleType analysisRuleType) The analysis rule to be retrieved.configuredTableIdentifier
(String configuredTableIdentifier) The unique identifier for the configured table to retrieve.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
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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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:
-
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:
-
overrideConfiguration
GetConfiguredTableAnalysisRuleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetConfiguredTableAnalysisRuleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-