Interface DeleteIntermediateTableAnalysisRuleRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CleanRoomsRequest.Builder,CopyableBuilder<DeleteIntermediateTableAnalysisRuleRequest.Builder,,DeleteIntermediateTableAnalysisRuleRequest> SdkBuilder<DeleteIntermediateTableAnalysisRuleRequest.Builder,,DeleteIntermediateTableAnalysisRuleRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
DeleteIntermediateTableAnalysisRuleRequest
@Mutable
@NotThreadSafe
public static interface DeleteIntermediateTableAnalysisRuleRequest.Builder
extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<DeleteIntermediateTableAnalysisRuleRequest.Builder,DeleteIntermediateTableAnalysisRuleRequest>
-
Method Summary
Modifier and TypeMethodDescriptionanalysisRuleType(String analysisRuleType) The type of analysis rule to delete.analysisRuleType(IntermediateTableAnalysisRuleType analysisRuleType) The type of analysis rule to delete.intermediateTableIdentifier(String intermediateTableIdentifier) The unique identifier of the intermediate table from which to delete the analysis rule.membershipIdentifier(String membershipIdentifier) The unique identifier of the membership that contains the intermediate table.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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cleanrooms.model.CleanRoomsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
membershipIdentifier
DeleteIntermediateTableAnalysisRuleRequest.Builder membershipIdentifier(String membershipIdentifier) The unique identifier of the membership that contains the intermediate table.
- Parameters:
membershipIdentifier- The unique identifier of the membership that contains the intermediate table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
intermediateTableIdentifier
DeleteIntermediateTableAnalysisRuleRequest.Builder intermediateTableIdentifier(String intermediateTableIdentifier) The unique identifier of the intermediate table from which to delete the analysis rule.
- Parameters:
intermediateTableIdentifier- The unique identifier of the intermediate table from which to delete the analysis rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisRuleType
The type of analysis rule to delete. Currently, only
CUSTOMis supported.- Parameters:
analysisRuleType- The type of analysis rule to delete. Currently, onlyCUSTOMis supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
analysisRuleType
DeleteIntermediateTableAnalysisRuleRequest.Builder analysisRuleType(IntermediateTableAnalysisRuleType analysisRuleType) The type of analysis rule to delete. Currently, only
CUSTOMis supported.- Parameters:
analysisRuleType- The type of analysis rule to delete. Currently, onlyCUSTOMis supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
DeleteIntermediateTableAnalysisRuleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DeleteIntermediateTableAnalysisRuleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-