| Package | Description |
|---|---|
| software.amazon.awssdk.services.sfn.model |
| Modifier and Type | Method and Description |
|---|---|
static ListMapRunsResponse.Builder |
ListMapRunsResponse.builder() |
ListMapRunsResponse.Builder |
ListMapRunsResponse.Builder.mapRuns(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.
|
ListMapRunsResponse.Builder |
ListMapRunsResponse.Builder.mapRuns(Consumer<MapRunListItem.Builder>... 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.
|
ListMapRunsResponse.Builder |
ListMapRunsResponse.Builder.mapRuns(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.
|
ListMapRunsResponse.Builder |
ListMapRunsResponse.Builder.nextToken(String nextToken)
If
nextToken is returned, there are more results available. |
ListMapRunsResponse.Builder |
ListMapRunsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListMapRunsResponse.Builder> |
ListMapRunsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.