CopyableBuilder<ExecutionListItem.Builder,ExecutionListItem>, SdkBuilder<ExecutionListItem.Builder,ExecutionListItem>public static interface ExecutionListItem.Builder extends CopyableBuilder<ExecutionListItem.Builder,ExecutionListItem>
| Modifier and Type | Method | Description |
|---|---|---|
ExecutionListItem.Builder |
executionArn(String executionArn) |
The Amazon Resource Name (ARN) that identifies the execution.
|
ExecutionListItem.Builder |
name(String name) |
The name of the execution.
|
ExecutionListItem.Builder |
startDate(Date startDate) |
The date the execution started.
|
ExecutionListItem.Builder |
stateMachineArn(String stateMachineArn) |
The Amazon Resource Name (ARN) of the executed state machine.
|
ExecutionListItem.Builder |
status(String status) |
The current status of the execution.
|
ExecutionListItem.Builder |
status(ExecutionStatus status) |
The current status of the execution.
|
ExecutionListItem.Builder |
stopDate(Date stopDate) |
If the execution already ended, the date the execution stopped.
|
copyapply, buildExecutionListItem.Builder executionArn(String executionArn)
The Amazon Resource Name (ARN) that identifies the execution.
executionArn - The Amazon Resource Name (ARN) that identifies the execution.ExecutionListItem.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.ExecutionListItem.Builder name(String name)
The name of the execution.
name - The name of the execution.ExecutionListItem.Builder status(String status)
The current status of the execution.
status - The current status of the execution.ExecutionStatusExecutionListItem.Builder status(ExecutionStatus status)
The current status of the execution.
status - The current status of the execution.ExecutionStatusExecutionListItem.Builder startDate(Date startDate)
The date the execution started.
startDate - The date the execution started.ExecutionListItem.Builder stopDate(Date stopDate)
If the execution already ended, the date the execution stopped.
stopDate - If the execution already ended, the date the execution stopped.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.