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