Interface DeleteConfiguredTableAssociationAnalysisRuleRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CleanRoomsRequest.Builder,CopyableBuilder<DeleteConfiguredTableAssociationAnalysisRuleRequest.Builder,DeleteConfiguredTableAssociationAnalysisRuleRequest>,SdkBuilder<DeleteConfiguredTableAssociationAnalysisRuleRequest.Builder,DeleteConfiguredTableAssociationAnalysisRuleRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteConfiguredTableAssociationAnalysisRuleRequest
public static interface DeleteConfiguredTableAssociationAnalysisRuleRequest.Builder extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<DeleteConfiguredTableAssociationAnalysisRuleRequest.Builder,DeleteConfiguredTableAssociationAnalysisRuleRequest>
-
-
Method Summary
-
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 Detail
-
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:
ConfiguredTableAssociationAnalysisRuleType,ConfiguredTableAssociationAnalysisRuleType
-
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:
ConfiguredTableAssociationAnalysisRuleType,ConfiguredTableAssociationAnalysisRuleType
-
overrideConfiguration
DeleteConfiguredTableAssociationAnalysisRuleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteConfiguredTableAssociationAnalysisRuleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-