| Package | Description |
|---|---|
| com.amazonaws.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
ActionTypeExecutor |
ActionTypeExecutor.clone() |
ActionTypeExecutor |
ActionTypeDeclaration.getExecutor()
Information about the executor for an action type that was created with any supported integration model.
|
ActionTypeExecutor |
ActionTypeExecutor.withConfiguration(ExecutorConfiguration configuration)
The action configuration properties for the action type.
|
ActionTypeExecutor |
ActionTypeExecutor.withJobTimeout(Integer jobTimeout)
The timeout in seconds for the job.
|
ActionTypeExecutor |
ActionTypeExecutor.withPolicyStatementsTemplate(String policyStatementsTemplate)
The policy statement that specifies the permissions in the CodePipeline customer’s account that are needed to
successfully run an action.
|
ActionTypeExecutor |
ActionTypeExecutor.withType(ExecutorType type)
The integration model used to create and update the action type,
Lambda or JobWorker. |
ActionTypeExecutor |
ActionTypeExecutor.withType(String type)
The integration model used to create and update the action type,
Lambda or JobWorker. |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionTypeDeclaration.setExecutor(ActionTypeExecutor executor)
Information about the executor for an action type that was created with any supported integration model.
|
ActionTypeDeclaration |
ActionTypeDeclaration.withExecutor(ActionTypeExecutor executor)
Information about the executor for an action type that was created with any supported integration model.
|
Copyright © 2022. All rights reserved.