Class InvokeActivityProps.Builder
java.lang.Object
software.amazon.awscdk.services.stepfunctions.tasks.InvokeActivityProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<InvokeActivityProps>
- Enclosing interface:
InvokeActivityProps
@Stability(Deprecated)
@Deprecated
public static final class InvokeActivityProps.Builder
extends Object
implements software.amazon.jsii.Builder<InvokeActivityProps>
Deprecated.
A builder for
InvokeActivityProps
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Builder
public Builder()Deprecated.
-
-
Method Details
-
heartbeat
Deprecated.Sets the value ofInvokeActivityProps.getHeartbeat()
- Parameters:
heartbeat
- Maximum time between heart beats. If the time between heart beats takes longer than this, a 'Timeout' error is raised.- Returns:
this
-
build
Deprecated.Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<InvokeActivityProps>
- Returns:
- a new instance of
InvokeActivityProps
- Throws:
NullPointerException
- if any required attribute was not provided
-