Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
JobWorkerExecutorConfiguration |
JobWorkerExecutorConfiguration.clone() |
JobWorkerExecutorConfiguration |
ExecutorConfiguration.getJobWorkerExecutorConfiguration()
Details about the
JobWorker executor of the action type. |
JobWorkerExecutorConfiguration |
JobWorkerExecutorConfiguration.withPollingAccounts(Collection<String> pollingAccounts)
The accounts in which the job worker is configured and might poll for jobs as part of the action execution.
|
JobWorkerExecutorConfiguration |
JobWorkerExecutorConfiguration.withPollingAccounts(String... pollingAccounts)
The accounts in which the job worker is configured and might poll for jobs as part of the action execution.
|
JobWorkerExecutorConfiguration |
JobWorkerExecutorConfiguration.withPollingServicePrincipals(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 |
JobWorkerExecutorConfiguration.withPollingServicePrincipals(String... pollingServicePrincipals)
The service Principals in which the job worker is configured and might poll for jobs as part of the action
execution.
|
Modifier and Type | Method and Description |
---|---|
void |
ExecutorConfiguration.setJobWorkerExecutorConfiguration(JobWorkerExecutorConfiguration jobWorkerExecutorConfiguration)
Details about the
JobWorker executor of the action type. |
ExecutorConfiguration |
ExecutorConfiguration.withJobWorkerExecutorConfiguration(JobWorkerExecutorConfiguration jobWorkerExecutorConfiguration)
Details about the
JobWorker executor of the action type. |
Copyright © 2024. All rights reserved.