public static interface MapRunListItem.Builder extends SdkPojo, CopyableBuilder<MapRunListItem.Builder,MapRunListItem>
| Modifier and Type | Method and Description |
|---|---|
MapRunListItem.Builder |
executionArn(String executionArn)
The
executionArn of the execution from which the Map Run was started. |
MapRunListItem.Builder |
mapRunArn(String mapRunArn)
The Amazon Resource Name (ARN) of the Map Run.
|
MapRunListItem.Builder |
startDate(Instant startDate)
The date on which the Map Run started.
|
MapRunListItem.Builder |
stateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) of the executed state machine.
|
MapRunListItem.Builder |
stopDate(Instant stopDate)
The date on which the Map Run stopped.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMapRunListItem.Builder executionArn(String executionArn)
The executionArn of the execution from which the Map Run was started.
executionArn - The executionArn of the execution from which the Map Run was started.MapRunListItem.Builder mapRunArn(String mapRunArn)
The Amazon Resource Name (ARN) of the Map Run.
mapRunArn - The Amazon Resource Name (ARN) of the Map Run.MapRunListItem.Builder stateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) of the executed state machine.
stateMachineArn - The Amazon Resource Name (ARN) of the executed state machine.MapRunListItem.Builder startDate(Instant startDate)
The date on which the Map Run started.
startDate - The date on which the Map Run started.MapRunListItem.Builder stopDate(Instant stopDate)
The date on which the Map Run stopped.
stopDate - The date on which the Map Run stopped.Copyright © 2022. All rights reserved.