public static interface ExecutionListItem.Builder extends SdkPojo, CopyableBuilder<ExecutionListItem.Builder,ExecutionListItem>
| Modifier and Type | Method and Description |
|---|---|
ExecutionListItem.Builder |
executionArn(String executionArn)
The Amazon Resource Name (ARN) that identifies the execution.
|
ExecutionListItem.Builder |
itemCount(Integer itemCount)
The total number of items processed in a child workflow execution.
|
ExecutionListItem.Builder |
mapRunArn(String mapRunArn)
The Amazon Resource Name (ARN) of a Map Run.
|
ExecutionListItem.Builder |
name(String name)
The name of the execution.
|
ExecutionListItem.Builder |
startDate(Instant startDate)
The date the execution started.
|
ExecutionListItem.Builder |
stateMachineAliasArn(String stateMachineAliasArn)
The Amazon Resource Name (ARN) of the state machine alias used to start an execution.
|
ExecutionListItem.Builder |
stateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) of the state machine that ran the execution.
|
ExecutionListItem.Builder |
stateMachineVersionArn(String stateMachineVersionArn)
The Amazon Resource Name (ARN) of the state machine version associated with the execution.
|
ExecutionListItem.Builder |
status(ExecutionStatus status)
The current status of the execution.
|
ExecutionListItem.Builder |
status(String status)
The current status of the execution.
|
ExecutionListItem.Builder |
stopDate(Instant stopDate)
If the execution already ended, the date the execution stopped.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, 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 state machine that ran the execution.
stateMachineArn - The Amazon Resource Name (ARN) of the state machine that ran the execution.ExecutionListItem.Builder name(String name)
The name of the execution.
A name must not contain:
white space
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F, U+007F-009F)
To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.
name - The name of the execution.
A name must not contain:
white space
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F, U+007F-009F)
To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.
ExecutionListItem.Builder status(String status)
The current status of the execution.
status - The current status of the execution.ExecutionStatus,
ExecutionStatusExecutionListItem.Builder status(ExecutionStatus status)
The current status of the execution.
status - The current status of the execution.ExecutionStatus,
ExecutionStatusExecutionListItem.Builder startDate(Instant startDate)
The date the execution started.
startDate - The date the execution started.ExecutionListItem.Builder stopDate(Instant stopDate)
If the execution already ended, the date the execution stopped.
stopDate - If the execution already ended, the date the execution stopped.ExecutionListItem.Builder mapRunArn(String mapRunArn)
The Amazon Resource Name (ARN) of a Map Run. This field is returned only if mapRunArn was
specified in the ListExecutions API action. If stateMachineArn was specified in
ListExecutions, the mapRunArn isn't returned.
mapRunArn - The Amazon Resource Name (ARN) of a Map Run. This field is returned only if mapRunArn was
specified in the ListExecutions API action. If stateMachineArn was specified
in ListExecutions, the mapRunArn isn't returned.ExecutionListItem.Builder itemCount(Integer itemCount)
The total number of items processed in a child workflow execution. This field is returned only if
mapRunArn was specified in the ListExecutions API action. If
stateMachineArn was specified in ListExecutions, the itemCount field
isn't returned.
itemCount - The total number of items processed in a child workflow execution. This field is returned only if
mapRunArn was specified in the ListExecutions API action. If
stateMachineArn was specified in ListExecutions, the itemCount
field isn't returned.ExecutionListItem.Builder stateMachineVersionArn(String stateMachineVersionArn)
The Amazon Resource Name (ARN) of the state machine version associated with the execution.
If the state machine execution was started with an unqualified ARN, it returns null.
If the execution was started using a stateMachineAliasArn, both the
stateMachineAliasArn and stateMachineVersionArn parameters contain the respective
values.
stateMachineVersionArn - The Amazon Resource Name (ARN) of the state machine version associated with the execution.
If the state machine execution was started with an unqualified ARN, it returns null.
If the execution was started using a stateMachineAliasArn, both the
stateMachineAliasArn and stateMachineVersionArn parameters contain the
respective values.
ExecutionListItem.Builder stateMachineAliasArn(String stateMachineAliasArn)
The Amazon Resource Name (ARN) of the state machine alias used to start an execution.
If the state machine execution was started with an unqualified ARN or a version ARN, it returns null.
stateMachineAliasArn - The Amazon Resource Name (ARN) of the state machine alias used to start an execution.
If the state machine execution was started with an unqualified ARN or a version ARN, it returns null.
Copyright © 2023. All rights reserved.