Uses of Interface
software.amazon.awssdk.services.cleanroomsml.model.WorkerComputeConfiguration.Builder
-
Packages that use WorkerComputeConfiguration.Builder Package Description software.amazon.awssdk.services.cleanroomsml.model -
-
Uses of WorkerComputeConfiguration.Builder in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return WorkerComputeConfiguration.Builder Modifier and Type Method Description static WorkerComputeConfiguration.BuilderWorkerComputeConfiguration. builder()WorkerComputeConfiguration.BuilderWorkerComputeConfiguration.Builder. number(Integer number)The number of compute workers that are used.WorkerComputeConfiguration.BuilderWorkerComputeConfiguration. toBuilder()WorkerComputeConfiguration.BuilderWorkerComputeConfiguration.Builder. type(String type)The instance type of the compute workers that are used.WorkerComputeConfiguration.BuilderWorkerComputeConfiguration.Builder. type(WorkerComputeType type)The instance type of the compute workers that are used.Methods in software.amazon.awssdk.services.cleanroomsml.model that return types with arguments of type WorkerComputeConfiguration.Builder Modifier and Type Method Description static Class<? extends WorkerComputeConfiguration.Builder>WorkerComputeConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cleanroomsml.model with type arguments of type WorkerComputeConfiguration.Builder Modifier and Type Method Description static ComputeConfigurationComputeConfiguration. fromWorker(Consumer<WorkerComputeConfiguration.Builder> worker)Create an instance of this class withComputeConfiguration.worker()initialized to the given value.default ComputeConfiguration.BuilderComputeConfiguration.Builder. worker(Consumer<WorkerComputeConfiguration.Builder> worker)The worker instances that will perform the compute work.
-