| Modifier and Type | Method and Description |
|---|---|
static LambdaToStepFunctionProps.Builder |
LambdaToStepFunctionProps.builder() |
LambdaToStepFunctionProps.Builder |
LambdaToStepFunctionProps.Builder.createCloudWatchAlarms(Boolean createCloudWatchAlarms)
Sets the value of
LambdaToStepFunctionProps.getCreateCloudWatchAlarms() |
LambdaToStepFunctionProps.Builder |
LambdaToStepFunctionProps.Builder.deployVpc(Boolean deployVpc)
Sets the value of
LambdaToStepFunctionProps.getDeployVpc() |
LambdaToStepFunctionProps.Builder |
LambdaToStepFunctionProps.Builder.existingLambdaObj(software.amazon.awscdk.services.lambda.Function existingLambdaObj)
Sets the value of
LambdaToStepFunctionProps.getExistingLambdaObj() |
LambdaToStepFunctionProps.Builder |
LambdaToStepFunctionProps.Builder.existingVpc(software.amazon.awscdk.services.ec2.IVpc existingVpc)
Sets the value of
LambdaToStepFunctionProps.getExistingVpc() |
LambdaToStepFunctionProps.Builder |
LambdaToStepFunctionProps.Builder.lambdaFunctionProps(software.amazon.awscdk.services.lambda.FunctionProps lambdaFunctionProps)
Sets the value of
LambdaToStepFunctionProps.getLambdaFunctionProps() |
LambdaToStepFunctionProps.Builder |
LambdaToStepFunctionProps.Builder.logGroupProps(software.amazon.awscdk.services.logs.LogGroupProps logGroupProps)
Sets the value of
LambdaToStepFunctionProps.getLogGroupProps() |
LambdaToStepFunctionProps.Builder |
LambdaToStepFunctionProps.Builder.stateMachineEnvironmentVariableName(String stateMachineEnvironmentVariableName)
Sets the value of
LambdaToStepFunctionProps.getStateMachineEnvironmentVariableName() |
LambdaToStepFunctionProps.Builder |
LambdaToStepFunctionProps.Builder.stateMachineProps(software.amazon.awscdk.services.stepfunctions.StateMachineProps stateMachineProps)
Sets the value of
LambdaToStepFunctionProps.getStateMachineProps() |
LambdaToStepFunctionProps.Builder |
LambdaToStepFunctionProps.Builder.vpcProps(software.amazon.awscdk.services.ec2.VpcProps vpcProps)
Sets the value of
LambdaToStepFunctionProps.getVpcProps() |
| Constructor and Description |
|---|
Jsii$Proxy(LambdaToStepFunctionProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
LambdaToStepFunctionProps.Builder. |
Copyright © 2022. All rights reserved.