Uses of Interface
software.amazon.awssdk.services.cleanrooms.model.WorkerComputeConfiguration.Builder
-
Packages that use WorkerComputeConfiguration.Builder Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of WorkerComputeConfiguration.Builder in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return WorkerComputeConfiguration.Builder Modifier and Type Method Description static WorkerComputeConfiguration.BuilderWorkerComputeConfiguration. builder()WorkerComputeConfiguration.BuilderWorkerComputeConfiguration.Builder. number(Integer number)The number of workers.WorkerComputeConfiguration.BuilderWorkerComputeConfiguration. toBuilder()WorkerComputeConfiguration.BuilderWorkerComputeConfiguration.Builder. type(String type)The worker compute configuration type.WorkerComputeConfiguration.BuilderWorkerComputeConfiguration.Builder. type(WorkerComputeType type)The worker compute configuration type.Methods in software.amazon.awssdk.services.cleanrooms.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.cleanrooms.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 configuration for the compute environment.
-