public static interface ListMapRunsResponse.Builder extends SfnResponse.Builder, SdkPojo, CopyableBuilder<ListMapRunsResponse.Builder,ListMapRunsResponse>
| Modifier and Type | Method and Description |
|---|---|
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 |
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 |
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 |
nextToken(String nextToken)
If
nextToken is returned, there are more results available. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMapRunsResponse.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.
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 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.
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 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.
This is a convenience method that creates an instance of theMapRunListItem.Builder avoiding the need to create one
manually via MapRunListItem.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #mapRuns(List.
mapRuns - a consumer that will call methods on
MapRunListItem.Builder#mapRuns(java.util.Collection) ListMapRunsResponse.Builder nextToken(String nextToken)
If nextToken is returned, there are more results available. The value of nextToken
is a unique pagination token for each page. Make the call again using the returned token to retrieve the next
page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired
pagination token will return an HTTP 400 InvalidToken error.
nextToken - If nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Make the call again using the
returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token
expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken
error.Copyright © 2022. All rights reserved.