Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.LambdaInvokeProps.Builder
Packages that use LambdaInvokeProps.Builder
Package
Description
Tasks for AWS Step Functions
-
Uses of LambdaInvokeProps.Builder in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return LambdaInvokeProps.BuilderModifier and TypeMethodDescriptionstatic LambdaInvokeProps.BuilderLambdaInvokeProps.builder()LambdaInvokeProps.Builder.clientContext(String clientContext) Sets the value ofLambdaInvokeProps.getClientContext()Sets the value ofTaskStateBaseProps.getComment()Sets the value ofTaskStateBaseProps.getHeartbeat()Sets the value ofTaskStateBaseProps.getInputPath()LambdaInvokeProps.Builder.integrationPattern(IntegrationPattern integrationPattern) Sets the value ofTaskStateBaseProps.getIntegrationPattern()LambdaInvokeProps.Builder.invocationType(LambdaInvocationType invocationType) Sets the value ofLambdaInvokeProps.getInvocationType()LambdaInvokeProps.Builder.lambdaFunction(IFunction lambdaFunction) Sets the value ofLambdaInvokeProps.getLambdaFunction()LambdaInvokeProps.Builder.outputPath(String outputPath) Sets the value ofTaskStateBaseProps.getOutputPath()Sets the value ofLambdaInvokeProps.getPayload()LambdaInvokeProps.Builder.payloadResponseOnly(Boolean payloadResponseOnly) Sets the value ofLambdaInvokeProps.getPayloadResponseOnly()Deprecated.pass a Version or Alias object as lambdaFunction insteadLambdaInvokeProps.Builder.resultPath(String resultPath) Sets the value ofTaskStateBaseProps.getResultPath()LambdaInvokeProps.Builder.resultSelector(Map<String, ? extends Object> resultSelector) Sets the value ofTaskStateBaseProps.getResultSelector()LambdaInvokeProps.Builder.retryOnServiceExceptions(Boolean retryOnServiceExceptions) Sets the value ofLambdaInvokeProps.getRetryOnServiceExceptions()Sets the value ofTaskStateBaseProps.getTimeout()Constructors in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type LambdaInvokeProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(LambdaInvokeProps.Builder builder) Constructor that initializes the object based on literal property values passed by theLambdaInvokeProps.Builder.