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 Details

    • 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.