| Package | Description |
|---|---|
| software.amazon.awssdk.services.sfn.model |
| Modifier and Type | Method and Description |
|---|---|
static MapRunStartedEventDetails.Builder |
MapRunStartedEventDetails.builder() |
MapRunStartedEventDetails.Builder |
MapRunStartedEventDetails.Builder.mapRunArn(String mapRunArn)
The Amazon Resource Name (ARN) of a Map Run that was started.
|
MapRunStartedEventDetails.Builder |
MapRunStartedEventDetails.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MapRunStartedEventDetails.Builder> |
MapRunStartedEventDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HistoryEvent.Builder |
HistoryEvent.Builder.mapRunStartedEventDetails(Consumer<MapRunStartedEventDetails.Builder> mapRunStartedEventDetails)
Contains details, such as
mapRunArn, and the start date and time of a Map Run. |
Copyright © 2022. All rights reserved.