Uses of Interface
software.amazon.awssdk.services.codepipeline.model.JobWorkerExecutorConfiguration.Builder
-
Packages that use JobWorkerExecutorConfiguration.Builder Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of JobWorkerExecutorConfiguration.Builder in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return JobWorkerExecutorConfiguration.Builder Modifier and Type Method Description static JobWorkerExecutorConfiguration.BuilderJobWorkerExecutorConfiguration. builder()JobWorkerExecutorConfiguration.BuilderJobWorkerExecutorConfiguration.Builder. pollingAccounts(String... pollingAccounts)The accounts in which the job worker is configured and might poll for jobs as part of the action execution.JobWorkerExecutorConfiguration.BuilderJobWorkerExecutorConfiguration.Builder. pollingAccounts(Collection<String> pollingAccounts)The accounts in which the job worker is configured and might poll for jobs as part of the action execution.JobWorkerExecutorConfiguration.BuilderJobWorkerExecutorConfiguration.Builder. pollingServicePrincipals(String... pollingServicePrincipals)The service Principals in which the job worker is configured and might poll for jobs as part of the action execution.JobWorkerExecutorConfiguration.BuilderJobWorkerExecutorConfiguration.Builder. pollingServicePrincipals(Collection<String> pollingServicePrincipals)The service Principals in which the job worker is configured and might poll for jobs as part of the action execution.JobWorkerExecutorConfiguration.BuilderJobWorkerExecutorConfiguration. toBuilder()Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type JobWorkerExecutorConfiguration.Builder Modifier and Type Method Description static Class<? extends JobWorkerExecutorConfiguration.Builder>JobWorkerExecutorConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type JobWorkerExecutorConfiguration.Builder Modifier and Type Method Description default ExecutorConfiguration.BuilderExecutorConfiguration.Builder. jobWorkerExecutorConfiguration(Consumer<JobWorkerExecutorConfiguration.Builder> jobWorkerExecutorConfiguration)Details about theJobWorkerexecutor of the action type.
-