Interface RunDetailSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RunDetailSummary.Builder,,RunDetailSummary> SdkBuilder<RunDetailSummary.Builder,,RunDetailSummary> SdkPojo
- Enclosing class:
RunDetailSummary
@Mutable
@NotThreadSafe
public static interface RunDetailSummary.Builder
extends SdkPojo, CopyableBuilder<RunDetailSummary.Builder,RunDetailSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp when the workflow run was created, in ISO 8601 date-time format.The timestamp when the workflow run completed execution, in ISO 8601 date-time format.The timestamp when the workflow run started execution, in ISO 8601 date-time format.The current status of the workflow run.status(WorkflowRunStatus status) The current status of the workflow run.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
status
The current status of the workflow run.
- Parameters:
status- The current status of the workflow run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the workflow run.
- Parameters:
status- The current status of the workflow run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdOn
The timestamp when the workflow run was created, in ISO 8601 date-time format.
- Parameters:
createdOn- The timestamp when the workflow run was created, in ISO 8601 date-time format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startedAt
The timestamp when the workflow run started execution, in ISO 8601 date-time format.
- Parameters:
startedAt- The timestamp when the workflow run started execution, in ISO 8601 date-time format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endedAt
The timestamp when the workflow run completed execution, in ISO 8601 date-time format. This value is null if the run is not complete.
- Parameters:
endedAt- The timestamp when the workflow run completed execution, in ISO 8601 date-time format. This value is null if the run is not complete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-