Uses of Interface
software.amazon.awssdk.services.sfn.model.ExecutionListItem.Builder
Packages that use ExecutionListItem.Builder
-
Uses of ExecutionListItem.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return ExecutionListItem.BuilderModifier and TypeMethodDescriptionstatic ExecutionListItem.BuilderExecutionListItem.builder()ExecutionListItem.Builder.executionArn(String executionArn) The Amazon Resource Name (ARN) that identifies the execution.The total number of items processed in a child workflow execution.The Amazon Resource Name (ARN) of a Map Run.The name of the execution.ExecutionListItem.Builder.redriveCount(Integer redriveCount) The number of times you've redriven an execution.ExecutionListItem.Builder.redriveDate(Instant redriveDate) The date the execution was last redriven.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.The current status of the execution.ExecutionListItem.Builder.status(ExecutionStatus status) The current status of the execution.If the execution already ended, the date the execution stopped.ExecutionListItem.toBuilder()Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type ExecutionListItem.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ExecutionListItem.Builder>ExecutionListItem.serializableBuilderClass()