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 TypeMethodDescriptionSets the value ofAssignableStateOptions.getAssign()static LambdaInvokeProps.BuilderLambdaInvokeProps.builder()LambdaInvokeProps.Builder.clientContext(String clientContext) Sets the value ofLambdaInvokeProps.getClientContext()Sets the value ofStateBaseProps.getComment()LambdaInvokeProps.Builder.credentials(Credentials credentials) Sets the value ofTaskStateBaseOptions.getCredentials()Deprecated.use `heartbeatTimeout`LambdaInvokeProps.Builder.heartbeatTimeout(Timeout heartbeatTimeout) Sets the value ofTaskStateBaseOptions.getHeartbeatTimeout()Sets the value ofJsonPathCommonOptions.getInputPath()LambdaInvokeProps.Builder.integrationPattern(IntegrationPattern integrationPattern) Sets the value ofTaskStateBaseOptions.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 ofJsonPathCommonOptions.getOutputPath()Sets the value ofJsonataCommonOptions.getOutputs()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.queryLanguage(QueryLanguage queryLanguage) Sets the value ofStateBaseProps.getQueryLanguage()LambdaInvokeProps.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 ofStateBaseProps.getStateName()LambdaInvokeProps.Builder.taskTimeout(Timeout taskTimeout) Sets the value ofTaskStateBaseOptions.getTaskTimeout()Deprecated.use `taskTimeout`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.