Uses of Interface
software.amazon.awssdk.services.cleanrooms.model.GetConfiguredTableAssociationAnalysisRuleRequest.Builder
-
Packages that use GetConfiguredTableAssociationAnalysisRuleRequest.Builder Package Description software.amazon.awssdk.services.cleanrooms Welcome to the Clean Rooms API Reference.software.amazon.awssdk.services.cleanrooms.model -
-
Uses of GetConfiguredTableAssociationAnalysisRuleRequest.Builder in software.amazon.awssdk.services.cleanrooms
Method parameters in software.amazon.awssdk.services.cleanrooms with type arguments of type GetConfiguredTableAssociationAnalysisRuleRequest.Builder Modifier and Type Method Description default CompletableFuture<GetConfiguredTableAssociationAnalysisRuleResponse>CleanRoomsAsyncClient. getConfiguredTableAssociationAnalysisRule(Consumer<GetConfiguredTableAssociationAnalysisRuleRequest.Builder> getConfiguredTableAssociationAnalysisRuleRequest)Retrieves the analysis rule for a configured table association.default GetConfiguredTableAssociationAnalysisRuleResponseCleanRoomsClient. getConfiguredTableAssociationAnalysisRule(Consumer<GetConfiguredTableAssociationAnalysisRuleRequest.Builder> getConfiguredTableAssociationAnalysisRuleRequest)Retrieves the analysis rule for a configured table association. -
Uses of GetConfiguredTableAssociationAnalysisRuleRequest.Builder in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return GetConfiguredTableAssociationAnalysisRuleRequest.Builder Modifier and Type Method Description GetConfiguredTableAssociationAnalysisRuleRequest.BuilderGetConfiguredTableAssociationAnalysisRuleRequest.Builder. analysisRuleType(String analysisRuleType)The type of analysis rule that you want to retrieve.GetConfiguredTableAssociationAnalysisRuleRequest.BuilderGetConfiguredTableAssociationAnalysisRuleRequest.Builder. analysisRuleType(ConfiguredTableAssociationAnalysisRuleType analysisRuleType)The type of analysis rule that you want to retrieve.static GetConfiguredTableAssociationAnalysisRuleRequest.BuilderGetConfiguredTableAssociationAnalysisRuleRequest. builder()GetConfiguredTableAssociationAnalysisRuleRequest.BuilderGetConfiguredTableAssociationAnalysisRuleRequest.Builder. configuredTableAssociationIdentifier(String configuredTableAssociationIdentifier)The identifier for the configured table association that's related to the analysis rule.GetConfiguredTableAssociationAnalysisRuleRequest.BuilderGetConfiguredTableAssociationAnalysisRuleRequest.Builder. membershipIdentifier(String membershipIdentifier)A unique identifier for the membership that the configured table association belongs to.GetConfiguredTableAssociationAnalysisRuleRequest.BuilderGetConfiguredTableAssociationAnalysisRuleRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetConfiguredTableAssociationAnalysisRuleRequest.BuilderGetConfiguredTableAssociationAnalysisRuleRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetConfiguredTableAssociationAnalysisRuleRequest.BuilderGetConfiguredTableAssociationAnalysisRuleRequest. toBuilder()Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type GetConfiguredTableAssociationAnalysisRuleRequest.Builder Modifier and Type Method Description static Class<? extends GetConfiguredTableAssociationAnalysisRuleRequest.Builder>GetConfiguredTableAssociationAnalysisRuleRequest. serializableBuilderClass()
-