@Generated(value="software.amazon.awssdk:codegen") public final class ActionTypeExecutor extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ActionTypeExecutor.Builder,ActionTypeExecutor>
The action engine, or executor, for an action type created for a provider, where the action is to be used by customers of the provider. The action engine is associated with the model used to create and update the action, such as the Lambda integration model.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ActionTypeExecutor.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ActionTypeExecutor.Builder |
builder() |
ExecutorConfiguration |
configuration()
The action configuration properties for the action type.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
jobTimeout()
The timeout in seconds for the job.
|
String |
policyStatementsTemplate()
The policy statement that specifies the permissions in the CodePipeline customer account that are needed to
successfully run an action.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ActionTypeExecutor.Builder> |
serializableBuilderClass() |
ActionTypeExecutor.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
ExecutorType |
type()
The integration model used to create and update the action type,
Lambda or JobWorker. |
String |
typeAsString()
The integration model used to create and update the action type,
Lambda or JobWorker. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ExecutorConfiguration configuration()
The action configuration properties for the action type. These properties are specified in the action definition when the action type is created.
public final ExecutorType type()
The integration model used to create and update the action type, Lambda or JobWorker.
If the service returns an enum value that is not available in the current SDK version, type will return
ExecutorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
Lambda or
JobWorker.ExecutorTypepublic final String typeAsString()
The integration model used to create and update the action type, Lambda or JobWorker.
If the service returns an enum value that is not available in the current SDK version, type will return
ExecutorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
Lambda or
JobWorker.ExecutorTypepublic final String policyStatementsTemplate()
The policy statement that specifies the permissions in the CodePipeline customer account that are needed to successfully run an action.
To grant permission to another account, specify the account ID as the Principal, a domain-style identifier
defined by the service, for example codepipeline.amazonaws.com.
The size of the passed JSON policy document cannot exceed 2048 characters.
To grant permission to another account, specify the account ID as the Principal, a domain-style
identifier defined by the service, for example codepipeline.amazonaws.com.
The size of the passed JSON policy document cannot exceed 2048 characters.
public final Integer jobTimeout()
The timeout in seconds for the job. An action execution can have multiple jobs. This is the timeout for a single job, not the entire action execution.
public ActionTypeExecutor.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ActionTypeExecutor.Builder,ActionTypeExecutor>public static ActionTypeExecutor.Builder builder()
public static Class<? extends ActionTypeExecutor.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.