Uses of Interface
software.amazon.awssdk.services.codepipeline.model.ExecutorConfiguration.Builder
-
Packages that use ExecutorConfiguration.Builder Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of ExecutorConfiguration.Builder in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return ExecutorConfiguration.Builder Modifier and Type Method Description static ExecutorConfiguration.BuilderExecutorConfiguration. builder()default ExecutorConfiguration.BuilderExecutorConfiguration.Builder. jobWorkerExecutorConfiguration(Consumer<JobWorkerExecutorConfiguration.Builder> jobWorkerExecutorConfiguration)Details about theJobWorkerexecutor of the action type.ExecutorConfiguration.BuilderExecutorConfiguration.Builder. jobWorkerExecutorConfiguration(JobWorkerExecutorConfiguration jobWorkerExecutorConfiguration)Details about theJobWorkerexecutor of the action type.default ExecutorConfiguration.BuilderExecutorConfiguration.Builder. lambdaExecutorConfiguration(Consumer<LambdaExecutorConfiguration.Builder> lambdaExecutorConfiguration)Details about theLambdaexecutor of the action type.ExecutorConfiguration.BuilderExecutorConfiguration.Builder. lambdaExecutorConfiguration(LambdaExecutorConfiguration lambdaExecutorConfiguration)Details about theLambdaexecutor of the action type.ExecutorConfiguration.BuilderExecutorConfiguration. toBuilder()Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type ExecutorConfiguration.Builder Modifier and Type Method Description static Class<? extends ExecutorConfiguration.Builder>ExecutorConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type ExecutorConfiguration.Builder Modifier and Type Method Description default ActionTypeExecutor.BuilderActionTypeExecutor.Builder. configuration(Consumer<ExecutorConfiguration.Builder> configuration)The action configuration properties for the action type.
-