Package | Description |
---|---|
com.amazonaws.services.stepfunctions.model |
Modifier and Type | Method and Description |
---|---|
TaskScheduledEventDetails |
TaskScheduledEventDetails.clone() |
TaskScheduledEventDetails |
HistoryEvent.getTaskScheduledEventDetails()
Contains details about a task that was scheduled.
|
TaskScheduledEventDetails |
TaskScheduledEventDetails.withHeartbeatInSeconds(Long heartbeatInSeconds)
The maximum allowed duration between two heartbeats for the task.
|
TaskScheduledEventDetails |
TaskScheduledEventDetails.withParameters(String parameters)
The JSON data passed to the resource referenced in a task state.
|
TaskScheduledEventDetails |
TaskScheduledEventDetails.withRegion(String region)
The region of the scheduled task
|
TaskScheduledEventDetails |
TaskScheduledEventDetails.withResource(String resource)
The action of the resource called by a task state.
|
TaskScheduledEventDetails |
TaskScheduledEventDetails.withResourceType(String resourceType)
The service name of the resource in a task state.
|
TaskScheduledEventDetails |
TaskScheduledEventDetails.withTaskCredentials(TaskCredentials taskCredentials)
The credentials that Step Functions uses for the task.
|
TaskScheduledEventDetails |
TaskScheduledEventDetails.withTimeoutInSeconds(Long timeoutInSeconds)
The maximum allowed duration of the task.
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setTaskScheduledEventDetails(TaskScheduledEventDetails taskScheduledEventDetails)
Contains details about a task that was scheduled.
|
HistoryEvent |
HistoryEvent.withTaskScheduledEventDetails(TaskScheduledEventDetails taskScheduledEventDetails)
Contains details about a task that was scheduled.
|
Copyright © 2023. All rights reserved.