Interface JobWorkerExecutorConfiguration.Builder

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