Class InvokeFunctionProps.Builder
java.lang.Object
software.amazon.awscdk.services.stepfunctions.tasks.InvokeFunctionProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<InvokeFunctionProps>
- Enclosing interface:
- InvokeFunctionProps
@Stability(Deprecated)
@Deprecated
public static final class InvokeFunctionProps.Builder
extends Object
implements software.amazon.jsii.Builder<InvokeFunctionProps>
Deprecated.
A builder for
InvokeFunctionProps-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()Deprecated.
-
-
Method Details
-
payload
@Stability(Deprecated) @Deprecated public InvokeFunctionProps.Builder payload(Map<String, ? extends Object> payload) Deprecated.Sets the value ofInvokeFunctionProps.getPayload()- Parameters:
payload- The JSON that you want to provide to your Lambda function as input. This parameter is named as payload to keep consistent with RunLambdaTask class.- Returns:
this
-
build
Deprecated.Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<InvokeFunctionProps>- Returns:
- a new instance of
InvokeFunctionProps - Throws:
NullPointerException- if any required attribute was not provided
-