| Package | Description |
|---|---|
| software.amazon.awssdk.services.sfn.model |
| Modifier and Type | Method and Description |
|---|---|
static MapRunListItem.Builder |
MapRunListItem.builder() |
MapRunListItem.Builder |
MapRunListItem.Builder.executionArn(String executionArn)
The
executionArn of the execution from which the Map Run was started. |
MapRunListItem.Builder |
MapRunListItem.Builder.mapRunArn(String mapRunArn)
The Amazon Resource Name (ARN) of the Map Run.
|
MapRunListItem.Builder |
MapRunListItem.Builder.startDate(Instant startDate)
The date on which the Map Run started.
|
MapRunListItem.Builder |
MapRunListItem.Builder.stateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) of the executed state machine.
|
MapRunListItem.Builder |
MapRunListItem.Builder.stopDate(Instant stopDate)
The date on which the Map Run stopped.
|
MapRunListItem.Builder |
MapRunListItem.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MapRunListItem.Builder> |
MapRunListItem.serializableBuilderClass() |
Copyright © 2023. All rights reserved.