Class ActionTypeExecutor
- java.lang.Object
-
- software.amazon.awssdk.services.codepipeline.model.ActionTypeExecutor
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ActionTypeExecutor.Builder,ActionTypeExecutor>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceActionTypeExecutor.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ActionTypeExecutor.Builderbuilder()ExecutorConfigurationconfiguration()The action configuration properties for the action type.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegerjobTimeout()The timeout in seconds for the job.StringpolicyStatementsTemplate()The policy statement that specifies the permissions in the CodePipeline customer account that are needed to successfully run an action.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ActionTypeExecutor.Builder>serializableBuilderClass()ActionTypeExecutor.BuildertoBuilder()StringtoString()Returns a string representation of this object.ExecutorTypetype()The integration model used to create and update the action type,LambdaorJobWorker.StringtypeAsString()The integration model used to create and update the action type,LambdaorJobWorker.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
configuration
public 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.
- Returns:
- The action configuration properties for the action type. These properties are specified in the action definition when the action type is created.
-
type
public final ExecutorType type()
The integration model used to create and update the action type,
LambdaorJobWorker.If the service returns an enum value that is not available in the current SDK version,
typewill returnExecutorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The integration model used to create and update the action type,
LambdaorJobWorker. - See Also:
ExecutorType
-
typeAsString
public final String typeAsString()
The integration model used to create and update the action type,
LambdaorJobWorker.If the service returns an enum value that is not available in the current SDK version,
typewill returnExecutorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The integration model used to create and update the action type,
LambdaorJobWorker. - See Also:
ExecutorType
-
policyStatementsTemplate
public 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.
- Returns:
- 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.
-
jobTimeout
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.
- Returns:
- 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.
-
toBuilder
public ActionTypeExecutor.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ActionTypeExecutor.Builder,ActionTypeExecutor>
-
builder
public static ActionTypeExecutor.Builder builder()
-
serializableBuilderClass
public static Class<? extends ActionTypeExecutor.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-