Interface GetIntermediateTableAnalysisRuleRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CleanRoomsRequest.Builder,CopyableBuilder<GetIntermediateTableAnalysisRuleRequest.Builder,,GetIntermediateTableAnalysisRuleRequest> SdkBuilder<GetIntermediateTableAnalysisRuleRequest.Builder,,GetIntermediateTableAnalysisRuleRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
GetIntermediateTableAnalysisRuleRequest
@Mutable
@NotThreadSafe
public static interface GetIntermediateTableAnalysisRuleRequest.Builder
extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<GetIntermediateTableAnalysisRuleRequest.Builder,GetIntermediateTableAnalysisRuleRequest>
-
Method Summary
Modifier and TypeMethodDescriptionanalysisRuleType(String analysisRuleType) The type of analysis rule to retrieve.analysisRuleType(IntermediateTableAnalysisRuleType analysisRuleType) The type of analysis rule to retrieve.intermediateTableIdentifier(String intermediateTableIdentifier) The unique identifier of the intermediate table for which to retrieve 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
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
GetIntermediateTableAnalysisRuleRequest.Builder intermediateTableIdentifier(String intermediateTableIdentifier) The unique identifier of the intermediate table for which to retrieve the analysis rule.
- Parameters:
intermediateTableIdentifier- The unique identifier of the intermediate table for which to retrieve 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 retrieve. Currently, only
CUSTOMis supported.- Parameters:
analysisRuleType- The type of analysis rule to retrieve. Currently, onlyCUSTOMis supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
analysisRuleType
GetIntermediateTableAnalysisRuleRequest.Builder analysisRuleType(IntermediateTableAnalysisRuleType analysisRuleType) The type of analysis rule to retrieve. Currently, only
CUSTOMis supported.- Parameters:
analysisRuleType- The type of analysis rule to retrieve. Currently, onlyCUSTOMis supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
GetIntermediateTableAnalysisRuleRequest.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
GetIntermediateTableAnalysisRuleRequest.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.
-