Interface GetConfiguredTableAssociationAnalysisRuleRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CleanRoomsRequest.Builder
,CopyableBuilder<GetConfiguredTableAssociationAnalysisRuleRequest.Builder,
,GetConfiguredTableAssociationAnalysisRuleRequest> SdkBuilder<GetConfiguredTableAssociationAnalysisRuleRequest.Builder,
,GetConfiguredTableAssociationAnalysisRuleRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetConfiguredTableAssociationAnalysisRuleRequest
@Mutable
@NotThreadSafe
public static interface GetConfiguredTableAssociationAnalysisRuleRequest.Builder
extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<GetConfiguredTableAssociationAnalysisRuleRequest.Builder,GetConfiguredTableAssociationAnalysisRuleRequest>
-
Method Summary
Modifier and TypeMethodDescriptionanalysisRuleType
(String analysisRuleType) The type of analysis rule that you want to retrieve.analysisRuleType
(ConfiguredTableAssociationAnalysisRuleType analysisRuleType) The type of analysis rule that you want to retrieve.configuredTableAssociationIdentifier
(String configuredTableAssociationIdentifier) The identifier for the configured table association that's related to the analysis rule.membershipIdentifier
(String membershipIdentifier) A unique identifier for the membership that the configured table association belongs to.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
-
membershipIdentifier
GetConfiguredTableAssociationAnalysisRuleRequest.Builder membershipIdentifier(String membershipIdentifier) A unique identifier for the membership that the configured table association belongs to. Currently accepts the membership ID.
- Parameters:
membershipIdentifier
- A unique identifier for the membership that the configured table association belongs to. Currently accepts the membership ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuredTableAssociationIdentifier
GetConfiguredTableAssociationAnalysisRuleRequest.Builder configuredTableAssociationIdentifier(String configuredTableAssociationIdentifier) The identifier for the configured table association that's related to the analysis rule.
- Parameters:
configuredTableAssociationIdentifier
- The identifier for the configured table association that's related to the analysis rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisRuleType
The type of analysis rule that you want to retrieve.
- Parameters:
analysisRuleType
- The type of analysis rule that you want to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
analysisRuleType
GetConfiguredTableAssociationAnalysisRuleRequest.Builder analysisRuleType(ConfiguredTableAssociationAnalysisRuleType analysisRuleType) The type of analysis rule that you want to retrieve.
- Parameters:
analysisRuleType
- The type of analysis rule that you want to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
GetConfiguredTableAssociationAnalysisRuleRequest.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
GetConfiguredTableAssociationAnalysisRuleRequest.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.
-