Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.ComputeConfiguration
-
Packages that use ComputeConfiguration Package Description software.amazon.awssdk.services.cleanroomsml.model -
-
Uses of ComputeConfiguration in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return ComputeConfiguration Modifier and Type Method Description ComputeConfigurationProtectedQueryInputParameters. computeConfiguration()Provides configuration information for the workers that will perform the protected query.static ComputeConfigurationComputeConfiguration. fromWorker(Consumer<WorkerComputeConfiguration.Builder> worker)Create an instance of this class withworker()initialized to the given value.static ComputeConfigurationComputeConfiguration. fromWorker(WorkerComputeConfiguration worker)Create an instance of this class withworker()initialized to the given value.ComputeConfigurationAudienceGenerationJobDataSource. sqlComputeConfiguration()Returns the value of the SqlComputeConfiguration property for this object.Methods in software.amazon.awssdk.services.cleanroomsml.model with parameters of type ComputeConfiguration Modifier and Type Method Description ProtectedQueryInputParameters.BuilderProtectedQueryInputParameters.Builder. computeConfiguration(ComputeConfiguration computeConfiguration)Provides configuration information for the workers that will perform the protected query.AudienceGenerationJobDataSource.BuilderAudienceGenerationJobDataSource.Builder. sqlComputeConfiguration(ComputeConfiguration sqlComputeConfiguration)Sets the value of the SqlComputeConfiguration property for this object.
-