| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
static ActionTypeExecutor.Builder |
ActionTypeExecutor.builder() |
default ActionTypeExecutor.Builder |
ActionTypeExecutor.Builder.configuration(Consumer<ExecutorConfiguration.Builder> configuration)
The action configuration properties for the action type.
|
ActionTypeExecutor.Builder |
ActionTypeExecutor.Builder.configuration(ExecutorConfiguration configuration)
The action configuration properties for the action type.
|
ActionTypeExecutor.Builder |
ActionTypeExecutor.Builder.jobTimeout(Integer jobTimeout)
The timeout in seconds for the job.
|
ActionTypeExecutor.Builder |
ActionTypeExecutor.Builder.policyStatementsTemplate(String policyStatementsTemplate)
The policy statement that specifies the permissions in the CodePipeline customer’s account that are needed to
successfully run an action.
|
ActionTypeExecutor.Builder |
ActionTypeExecutor.toBuilder() |
ActionTypeExecutor.Builder |
ActionTypeExecutor.Builder.type(ExecutorType type)
The integration model used to create and update the action type,
Lambda or
JobWorker. |
ActionTypeExecutor.Builder |
ActionTypeExecutor.Builder.type(String type)
The integration model used to create and update the action type,
Lambda or
JobWorker. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ActionTypeExecutor.Builder> |
ActionTypeExecutor.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ActionTypeDeclaration.Builder |
ActionTypeDeclaration.Builder.executor(Consumer<ActionTypeExecutor.Builder> executor)
Information about the executor for an action type that was created with any supported integration model.
|
Copyright © 2023. All rights reserved.