public static interface ExecutorConfiguration.Builder extends SdkPojo, CopyableBuilder<ExecutorConfiguration.Builder,ExecutorConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default ExecutorConfiguration.Builder |
jobWorkerExecutorConfiguration(Consumer<JobWorkerExecutorConfiguration.Builder> jobWorkerExecutorConfiguration)
Details about the
JobWorker executor of the action type. |
ExecutorConfiguration.Builder |
jobWorkerExecutorConfiguration(JobWorkerExecutorConfiguration jobWorkerExecutorConfiguration)
Details about the
JobWorker executor of the action type. |
default ExecutorConfiguration.Builder |
lambdaExecutorConfiguration(Consumer<LambdaExecutorConfiguration.Builder> lambdaExecutorConfiguration)
Details about the
Lambda executor of the action type. |
ExecutorConfiguration.Builder |
lambdaExecutorConfiguration(LambdaExecutorConfiguration lambdaExecutorConfiguration)
Details about the
Lambda executor of the action type. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExecutorConfiguration.Builder lambdaExecutorConfiguration(LambdaExecutorConfiguration lambdaExecutorConfiguration)
Details about the Lambda executor of the action type.
lambdaExecutorConfiguration - Details about the Lambda executor of the action type.default ExecutorConfiguration.Builder lambdaExecutorConfiguration(Consumer<LambdaExecutorConfiguration.Builder> lambdaExecutorConfiguration)
Details about the Lambda executor of the action type.
LambdaExecutorConfiguration.Builder
avoiding the need to create one manually via LambdaExecutorConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to lambdaExecutorConfiguration(LambdaExecutorConfiguration).
lambdaExecutorConfiguration - a consumer that will call methods on LambdaExecutorConfiguration.BuilderlambdaExecutorConfiguration(LambdaExecutorConfiguration)ExecutorConfiguration.Builder jobWorkerExecutorConfiguration(JobWorkerExecutorConfiguration jobWorkerExecutorConfiguration)
Details about the JobWorker executor of the action type.
jobWorkerExecutorConfiguration - Details about the JobWorker executor of the action type.default ExecutorConfiguration.Builder jobWorkerExecutorConfiguration(Consumer<JobWorkerExecutorConfiguration.Builder> jobWorkerExecutorConfiguration)
Details about the JobWorker executor of the action type.
JobWorkerExecutorConfiguration.Builder
avoiding the need to create one manually via JobWorkerExecutorConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
jobWorkerExecutorConfiguration(JobWorkerExecutorConfiguration).
jobWorkerExecutorConfiguration - a consumer that will call methods on JobWorkerExecutorConfiguration.BuilderjobWorkerExecutorConfiguration(JobWorkerExecutorConfiguration)Copyright © 2023. All rights reserved.