Package | Description |
---|---|
com.amazonaws.services.stepfunctions.model |
Modifier and Type | Method and Description |
---|---|
ActivityScheduledEventDetails |
ActivityScheduledEventDetails.clone() |
ActivityScheduledEventDetails |
HistoryEvent.getActivityScheduledEventDetails() |
ActivityScheduledEventDetails |
ActivityScheduledEventDetails.withHeartbeatInSeconds(Long heartbeatInSeconds)
The maximum allowed duration between two heartbeats for the activity task.
|
ActivityScheduledEventDetails |
ActivityScheduledEventDetails.withInput(String input)
The JSON data input to the activity task.
|
ActivityScheduledEventDetails |
ActivityScheduledEventDetails.withInputDetails(HistoryEventExecutionDataDetails inputDetails)
Contains details about the input for an execution history event.
|
ActivityScheduledEventDetails |
ActivityScheduledEventDetails.withResource(String resource)
The Amazon Resource Name (ARN) of the scheduled activity.
|
ActivityScheduledEventDetails |
ActivityScheduledEventDetails.withTimeoutInSeconds(Long timeoutInSeconds)
The maximum allowed duration of the activity task.
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setActivityScheduledEventDetails(ActivityScheduledEventDetails activityScheduledEventDetails) |
HistoryEvent |
HistoryEvent.withActivityScheduledEventDetails(ActivityScheduledEventDetails activityScheduledEventDetails) |
Copyright © 2023. All rights reserved.