Interface GetConfiguredTableAssociationAnalysisRuleRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CleanRoomsRequest.Builder,CopyableBuilder<GetConfiguredTableAssociationAnalysisRuleRequest.Builder,GetConfiguredTableAssociationAnalysisRuleRequest>,SdkBuilder<GetConfiguredTableAssociationAnalysisRuleRequest.Builder,GetConfiguredTableAssociationAnalysisRuleRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetConfiguredTableAssociationAnalysisRuleRequest
public static interface GetConfiguredTableAssociationAnalysisRuleRequest.Builder extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<GetConfiguredTableAssociationAnalysisRuleRequest.Builder,GetConfiguredTableAssociationAnalysisRuleRequest>
-
-
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
GetConfiguredTableAssociationAnalysisRuleRequest.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
GetConfiguredTableAssociationAnalysisRuleRequest.Builder configuredTableAssociationIdentifier(String configuredTableAssociationIdentifier)
The identifier for the configured table association that's related to the analysis rule.
- Parameters:
configuredTableAssociationIdentifier- The identifier for the configured table association that's related to the analysis rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisRuleType
GetConfiguredTableAssociationAnalysisRuleRequest.Builder analysisRuleType(String analysisRuleType)
The type of analysis rule that you want to retrieve.
- Parameters:
analysisRuleType- The type of analysis rule that you want to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConfiguredTableAssociationAnalysisRuleType,ConfiguredTableAssociationAnalysisRuleType
-
analysisRuleType
GetConfiguredTableAssociationAnalysisRuleRequest.Builder analysisRuleType(ConfiguredTableAssociationAnalysisRuleType analysisRuleType)
The type of analysis rule that you want to retrieve.
- Parameters:
analysisRuleType- The type of analysis rule that you want to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConfiguredTableAssociationAnalysisRuleType,ConfiguredTableAssociationAnalysisRuleType
-
overrideConfiguration
GetConfiguredTableAssociationAnalysisRuleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetConfiguredTableAssociationAnalysisRuleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-