Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.LambdaInvokeProps.Builder
Package
Description
Tasks for AWS Step Functions
-
Uses of LambdaInvokeProps.Builder in software.amazon.awscdk.services.stepfunctions.tasks
Modifier and TypeMethodDescriptionstatic LambdaInvokeProps.Builder
LambdaInvokeProps.builder()
LambdaInvokeProps.Builder.clientContext
(String clientContext) Sets the value ofLambdaInvokeProps.getClientContext()
Sets the value ofTaskStateBaseProps.getComment()
LambdaInvokeProps.Builder.credentials
(Credentials credentials) Sets the value ofTaskStateBaseProps.getCredentials()
Deprecated.use `heartbeatTimeout`LambdaInvokeProps.Builder.heartbeatTimeout
(Timeout heartbeatTimeout) Sets the value ofTaskStateBaseProps.getHeartbeatTimeout()
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.getStateName()
LambdaInvokeProps.Builder.taskTimeout
(Timeout taskTimeout) Sets the value ofTaskStateBaseProps.getTaskTimeout()
Deprecated.use `taskTimeout`ModifierConstructorDescriptionprotected
Jsii$Proxy
(LambdaInvokeProps.Builder builder) Constructor that initializes the object based on literal property values passed by theLambdaInvokeProps.Builder
.