Interface JobWorkerExecutorConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<JobWorkerExecutorConfiguration.Builder,JobWorkerExecutorConfiguration>,SdkBuilder<JobWorkerExecutorConfiguration.Builder,JobWorkerExecutorConfiguration>,SdkPojo
- Enclosing class:
- JobWorkerExecutorConfiguration
public static interface JobWorkerExecutorConfiguration.Builder extends SdkPojo, CopyableBuilder<JobWorkerExecutorConfiguration.Builder,JobWorkerExecutorConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JobWorkerExecutorConfiguration.BuilderpollingAccounts(String... pollingAccounts)The accounts in which the job worker is configured and might poll for jobs as part of the action execution.JobWorkerExecutorConfiguration.BuilderpollingAccounts(Collection<String> pollingAccounts)The accounts in which the job worker is configured and might poll for jobs as part of the action execution.JobWorkerExecutorConfiguration.BuilderpollingServicePrincipals(String... pollingServicePrincipals)The service Principals in which the job worker is configured and might poll for jobs as part of the action execution.JobWorkerExecutorConfiguration.BuilderpollingServicePrincipals(Collection<String> pollingServicePrincipals)The service Principals in which the job worker is configured and might poll for jobs as part of the action execution.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
pollingAccounts
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.
- Parameters:
pollingAccounts- The accounts in which the job worker is configured and might poll for jobs as part of the action execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pollingAccounts
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.
- Parameters:
pollingAccounts- The accounts in which the job worker is configured and might poll for jobs as part of the action execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pollingServicePrincipals
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.
- Parameters:
pollingServicePrincipals- The service Principals in which the job worker is configured and might poll for jobs as part of the action execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pollingServicePrincipals
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.
- Parameters:
pollingServicePrincipals- The service Principals in which the job worker is configured and might poll for jobs as part of the action execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-