| Package | Description |
|---|---|
| software.amazon.awssdk.services.sfn.model |
| Modifier and Type | Method and Description |
|---|---|
static MapStateStartedEventDetails.Builder |
MapStateStartedEventDetails.builder() |
MapStateStartedEventDetails.Builder |
MapStateStartedEventDetails.Builder.length(Integer length)
The size of the array for Map state iterations.
|
MapStateStartedEventDetails.Builder |
MapStateStartedEventDetails.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MapStateStartedEventDetails.Builder> |
MapStateStartedEventDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HistoryEvent.Builder |
HistoryEvent.Builder.mapStateStartedEventDetails(Consumer<MapStateStartedEventDetails.Builder> mapStateStartedEventDetails)
Contains details about Map state that was started.
|
Copyright © 2021. All rights reserved.