public static interface JobWorkerExecutorConfiguration.Builder extends SdkPojo, CopyableBuilder<JobWorkerExecutorConfiguration.Builder,JobWorkerExecutorConfiguration>
| Modifier and Type | Method and Description |
|---|---|
JobWorkerExecutorConfiguration.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.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.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.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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJobWorkerExecutorConfiguration.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.
pollingAccounts - The accounts in which the job worker is configured and might poll for jobs as part of the action
execution.JobWorkerExecutorConfiguration.Builder pollingAccounts(String... pollingAccounts)
The accounts in which the job worker is configured and might poll for jobs as part of the action execution.
pollingAccounts - The accounts in which the job worker is configured and might poll for jobs as part of the action
execution.JobWorkerExecutorConfiguration.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.
pollingServicePrincipals - The service Principals in which the job worker is configured and might poll for jobs as part of the
action execution.JobWorkerExecutorConfiguration.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.
pollingServicePrincipals - The service Principals in which the job worker is configured and might poll for jobs as part of the
action execution.Copyright © 2023. All rights reserved.