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() |
|