Interface CreateIntermediateTableAnalysisRuleRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CleanRoomsRequest.Builder,CopyableBuilder<CreateIntermediateTableAnalysisRuleRequest.Builder,,CreateIntermediateTableAnalysisRuleRequest> SdkBuilder<CreateIntermediateTableAnalysisRuleRequest.Builder,,CreateIntermediateTableAnalysisRuleRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateIntermediateTableAnalysisRuleRequest
@Mutable
@NotThreadSafe
public static interface CreateIntermediateTableAnalysisRuleRequest.Builder
extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<CreateIntermediateTableAnalysisRuleRequest.Builder,CreateIntermediateTableAnalysisRuleRequest>
-
Method Summary
Modifier and TypeMethodDescriptionanalysisRulePolicy(Consumer<IntermediateTableAnalysisRulePolicy.Builder> analysisRulePolicy) The analysis rule policy to apply to the intermediate table.analysisRulePolicy(IntermediateTableAnalysisRulePolicy analysisRulePolicy) The analysis rule policy to apply to the intermediate table.analysisRuleType(String analysisRuleType) The type of analysis rule to create.analysisRuleType(IntermediateTableAnalysisRuleType analysisRuleType) The type of analysis rule to create.intermediateTableIdentifier(String intermediateTableIdentifier) The unique identifier of the intermediate table for which to create 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
CreateIntermediateTableAnalysisRuleRequest.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
CreateIntermediateTableAnalysisRuleRequest.Builder intermediateTableIdentifier(String intermediateTableIdentifier) The unique identifier of the intermediate table for which to create the analysis rule.
- Parameters:
intermediateTableIdentifier- The unique identifier of the intermediate table for which to create 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 create. Currently, only
CUSTOMis supported.- Parameters:
analysisRuleType- The type of analysis rule to create. Currently, onlyCUSTOMis supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
analysisRuleType
CreateIntermediateTableAnalysisRuleRequest.Builder analysisRuleType(IntermediateTableAnalysisRuleType analysisRuleType) The type of analysis rule to create. Currently, only
CUSTOMis supported.- Parameters:
analysisRuleType- The type of analysis rule to create. Currently, onlyCUSTOMis supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
analysisRulePolicy
CreateIntermediateTableAnalysisRuleRequest.Builder analysisRulePolicy(IntermediateTableAnalysisRulePolicy analysisRulePolicy) The analysis rule policy to apply to the intermediate table.
- Parameters:
analysisRulePolicy- The analysis rule policy to apply to the intermediate table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisRulePolicy
default CreateIntermediateTableAnalysisRuleRequest.Builder analysisRulePolicy(Consumer<IntermediateTableAnalysisRulePolicy.Builder> analysisRulePolicy) The analysis rule policy to apply to the intermediate table.
This is a convenience method that creates an instance of theIntermediateTableAnalysisRulePolicy.Builderavoiding the need to create one manually viaIntermediateTableAnalysisRulePolicy.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toanalysisRulePolicy(IntermediateTableAnalysisRulePolicy).- Parameters:
analysisRulePolicy- a consumer that will call methods onIntermediateTableAnalysisRulePolicy.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateIntermediateTableAnalysisRuleRequest.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
CreateIntermediateTableAnalysisRuleRequest.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.
-