Package | Description |
---|---|
com.amazonaws.services.stepfunctions.model |
Modifier and Type | Method and Description |
---|---|
MapRunListItem |
MapRunListItem.clone() |
MapRunListItem |
MapRunListItem.withExecutionArn(String executionArn)
The
executionArn of the execution from which the Map Run was started. |
MapRunListItem |
MapRunListItem.withMapRunArn(String mapRunArn)
The Amazon Resource Name (ARN) of the Map Run.
|
MapRunListItem |
MapRunListItem.withStartDate(Date startDate)
The date on which the Map Run started.
|
MapRunListItem |
MapRunListItem.withStateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) of the executed state machine.
|
MapRunListItem |
MapRunListItem.withStopDate(Date stopDate)
The date on which the Map Run stopped.
|
Modifier and Type | Method and Description |
---|---|
List<MapRunListItem> |
ListMapRunsResult.getMapRuns()
An array that lists information related to a Map Run, such as the Amazon Resource Name (ARN) of the Map Run and
the ARN of the state machine that started the Map Run.
|
Modifier and Type | Method and Description |
---|---|
ListMapRunsResult |
ListMapRunsResult.withMapRuns(MapRunListItem... mapRuns)
An array that lists information related to a Map Run, such as the Amazon Resource Name (ARN) of the Map Run and
the ARN of the state machine that started the Map Run.
|
Modifier and Type | Method and Description |
---|---|
void |
ListMapRunsResult.setMapRuns(Collection<MapRunListItem> mapRuns)
An array that lists information related to a Map Run, such as the Amazon Resource Name (ARN) of the Map Run and
the ARN of the state machine that started the Map Run.
|
ListMapRunsResult |
ListMapRunsResult.withMapRuns(Collection<MapRunListItem> mapRuns)
An array that lists information related to a Map Run, such as the Amazon Resource Name (ARN) of the Map Run and
the ARN of the state machine that started the Map Run.
|
Copyright © 2024. All rights reserved.