Uses of Interface
software.amazon.awssdk.services.cleanroomsml.model.ComputeConfiguration.Builder
-
Packages that use ComputeConfiguration.Builder Package Description software.amazon.awssdk.services.cleanroomsml.model -
-
Uses of ComputeConfiguration.Builder in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return ComputeConfiguration.Builder Modifier and Type Method Description static ComputeConfiguration.BuilderComputeConfiguration. builder()ComputeConfiguration.BuilderComputeConfiguration. toBuilder()default ComputeConfiguration.BuilderComputeConfiguration.Builder. worker(Consumer<WorkerComputeConfiguration.Builder> worker)The worker instances that will perform the compute work.ComputeConfiguration.BuilderComputeConfiguration.Builder. worker(WorkerComputeConfiguration worker)The worker instances that will perform the compute work.Methods in software.amazon.awssdk.services.cleanroomsml.model that return types with arguments of type ComputeConfiguration.Builder Modifier and Type Method Description static Class<? extends ComputeConfiguration.Builder>ComputeConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cleanroomsml.model with type arguments of type ComputeConfiguration.Builder Modifier and Type Method Description default ProtectedQueryInputParameters.BuilderProtectedQueryInputParameters.Builder. computeConfiguration(Consumer<ComputeConfiguration.Builder> computeConfiguration)Provides configuration information for the workers that will perform the protected query.default AudienceGenerationJobDataSource.BuilderAudienceGenerationJobDataSource.Builder. sqlComputeConfiguration(Consumer<ComputeConfiguration.Builder> sqlComputeConfiguration)Sets the value of the SqlComputeConfiguration property for this object.
-