Interface ExecutionListItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ExecutionListItem.Builder,ExecutionListItem>,SdkBuilder<ExecutionListItem.Builder,ExecutionListItem>,SdkPojo
- Enclosing class:
- ExecutionListItem
public static interface ExecutionListItem.Builder extends SdkPojo, CopyableBuilder<ExecutionListItem.Builder,ExecutionListItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExecutionListItem.BuilderexecutionArn(String executionArn)The Amazon Resource Name (ARN) that identifies the execution.ExecutionListItem.BuilderitemCount(Integer itemCount)The total number of items processed in a child workflow execution.ExecutionListItem.BuildermapRunArn(String mapRunArn)The Amazon Resource Name (ARN) of a Map Run.ExecutionListItem.Buildername(String name)The name of the execution.ExecutionListItem.BuilderredriveCount(Integer redriveCount)The number of times you've redriven an execution.ExecutionListItem.BuilderredriveDate(Instant redriveDate)The date the execution was last redriven.ExecutionListItem.BuilderstartDate(Instant startDate)The date the execution started.ExecutionListItem.BuilderstateMachineAliasArn(String stateMachineAliasArn)The Amazon Resource Name (ARN) of the state machine alias used to start an execution.ExecutionListItem.BuilderstateMachineArn(String stateMachineArn)The Amazon Resource Name (ARN) of the state machine that ran the execution.ExecutionListItem.BuilderstateMachineVersionArn(String stateMachineVersionArn)The Amazon Resource Name (ARN) of the state machine version associated with the execution.ExecutionListItem.Builderstatus(String status)The current status of the execution.ExecutionListItem.Builderstatus(ExecutionStatus status)The current status of the execution.ExecutionListItem.BuilderstopDate(Instant stopDate)If the execution already ended, the date the execution stopped.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
executionArn
ExecutionListItem.Builder executionArn(String executionArn)
The Amazon Resource Name (ARN) that identifies the execution.
- Parameters:
executionArn- The Amazon Resource Name (ARN) that identifies the execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stateMachineArn
ExecutionListItem.Builder stateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) of the state machine that ran the execution.
- Parameters:
stateMachineArn- The Amazon Resource Name (ARN) of the state machine that ran the execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
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 _.
- Parameters:
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 _.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
status
ExecutionListItem.Builder status(String status)
The current status of the execution.
- Parameters:
status- The current status of the execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ExecutionStatus,ExecutionStatus
-
status
ExecutionListItem.Builder status(ExecutionStatus status)
The current status of the execution.
- Parameters:
status- The current status of the execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ExecutionStatus,ExecutionStatus
-
startDate
ExecutionListItem.Builder startDate(Instant startDate)
The date the execution started.
- Parameters:
startDate- The date the execution started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stopDate
ExecutionListItem.Builder stopDate(Instant stopDate)
If the execution already ended, the date the execution stopped.
- Parameters:
stopDate- If the execution already ended, the date the execution stopped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mapRunArn
ExecutionListItem.Builder mapRunArn(String mapRunArn)
The Amazon Resource Name (ARN) of a Map Run. This field is returned only if
mapRunArnwas specified in theListExecutionsAPI action. IfstateMachineArnwas specified inListExecutions, themapRunArnisn't returned.- Parameters:
mapRunArn- The Amazon Resource Name (ARN) of a Map Run. This field is returned only ifmapRunArnwas specified in theListExecutionsAPI action. IfstateMachineArnwas specified inListExecutions, themapRunArnisn't returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
itemCount
ExecutionListItem.Builder itemCount(Integer itemCount)
The total number of items processed in a child workflow execution. This field is returned only if
mapRunArnwas specified in theListExecutionsAPI action. IfstateMachineArnwas specified inListExecutions, theitemCountfield isn't returned.- Parameters:
itemCount- The total number of items processed in a child workflow execution. This field is returned only ifmapRunArnwas specified in theListExecutionsAPI action. IfstateMachineArnwas specified inListExecutions, theitemCountfield isn't returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stateMachineVersionArn
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 thestateMachineAliasArnandstateMachineVersionArnparameters contain the respective values.- Parameters:
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 thestateMachineAliasArnandstateMachineVersionArnparameters contain the respective values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stateMachineAliasArn
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
redriveCount
ExecutionListItem.Builder redriveCount(Integer redriveCount)
The number of times you've redriven an execution. If you have not yet redriven an execution, the
redriveCountis 0. This count is only updated when you successfully redrive an execution.- Parameters:
redriveCount- The number of times you've redriven an execution. If you have not yet redriven an execution, theredriveCountis 0. This count is only updated when you successfully redrive an execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
redriveDate
ExecutionListItem.Builder redriveDate(Instant redriveDate)
The date the execution was last redriven.
- Parameters:
redriveDate- The date the execution was last redriven.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-