Uses of Class
software.amazon.awscdk.services.codepipeline.actions.LambdaInvokeAction.Builder
Packages that use LambdaInvokeAction.Builder
-
Uses of LambdaInvokeAction.Builder in software.amazon.awscdk.services.codepipeline.actions
Methods in software.amazon.awscdk.services.codepipeline.actions that return LambdaInvokeAction.BuilderModifier and TypeMethodDescriptionLambdaInvokeAction.Builder.actionName(String actionName) The physical, human-readable name of the Action.static LambdaInvokeAction.BuilderLambdaInvokeAction.Builder.create()The optional input Artifacts of the Action.The lambda function to invoke.The optional names of the output Artifacts of the Action.The Role in which context's this Action will be executing in.The runOrder property for this Action.LambdaInvokeAction.Builder.userParameters(Map<String, ? extends Object> userParameters) A set of key-value pairs that will be accessible to the invoked Lambda inside the event that the Pipeline will call it with.LambdaInvokeAction.Builder.userParametersString(String userParametersString) The string representation of the user parameters that will be accessible to the invoked Lambda inside the event that the Pipeline will call it with.LambdaInvokeAction.Builder.variablesNamespace(String variablesNamespace) The name of the namespace to use for variables emitted by this action.