Uses of Interface
software.amazon.awssdk.services.codepipeline.model.ActionTypeExecutor.Builder
-
Packages that use ActionTypeExecutor.Builder Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of ActionTypeExecutor.Builder in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return ActionTypeExecutor.Builder Modifier and Type Method Description static ActionTypeExecutor.BuilderActionTypeExecutor. builder()default ActionTypeExecutor.BuilderActionTypeExecutor.Builder. configuration(Consumer<ExecutorConfiguration.Builder> configuration)The action configuration properties for the action type.ActionTypeExecutor.BuilderActionTypeExecutor.Builder. configuration(ExecutorConfiguration configuration)The action configuration properties for the action type.ActionTypeExecutor.BuilderActionTypeExecutor.Builder. jobTimeout(Integer jobTimeout)The timeout in seconds for the job.ActionTypeExecutor.BuilderActionTypeExecutor.Builder. policyStatementsTemplate(String policyStatementsTemplate)The policy statement that specifies the permissions in the CodePipeline customer account that are needed to successfully run an action.ActionTypeExecutor.BuilderActionTypeExecutor. toBuilder()ActionTypeExecutor.BuilderActionTypeExecutor.Builder. type(String type)The integration model used to create and update the action type,LambdaorJobWorker.ActionTypeExecutor.BuilderActionTypeExecutor.Builder. type(ExecutorType type)The integration model used to create and update the action type,LambdaorJobWorker.Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type ActionTypeExecutor.Builder Modifier and Type Method Description static Class<? extends ActionTypeExecutor.Builder>ActionTypeExecutor. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type ActionTypeExecutor.Builder Modifier and Type Method Description default ActionTypeDeclaration.BuilderActionTypeDeclaration.Builder. executor(Consumer<ActionTypeExecutor.Builder> executor)Information about the executor for an action type that was created with any supported integration model.
-