public static interface WorkflowExecutionMetadata.Builder extends SdkPojo, CopyableBuilder<WorkflowExecutionMetadata.Builder,WorkflowExecutionMetadata>
| Modifier and Type | Method and Description |
|---|---|
WorkflowExecutionMetadata.Builder |
endTime(String endTime)
The timestamp when this runtime instance of the workflow finished.
|
WorkflowExecutionMetadata.Builder |
message(String message)
The runtime output message from the workflow, if applicable.
|
WorkflowExecutionMetadata.Builder |
startTime(String startTime)
The timestamp when the runtime instance of this workflow started.
|
WorkflowExecutionMetadata.Builder |
status(String status)
The current runtime status for this workflow.
|
WorkflowExecutionMetadata.Builder |
status(WorkflowExecutionStatus status)
The current runtime status for this workflow.
|
WorkflowExecutionMetadata.Builder |
totalStepCount(Integer totalStepCount)
The total number of steps in the workflow.
|
WorkflowExecutionMetadata.Builder |
totalStepsFailed(Integer totalStepsFailed)
A runtime count for the number of steps in the workflow that failed.
|
WorkflowExecutionMetadata.Builder |
totalStepsSkipped(Integer totalStepsSkipped)
A runtime count for the number of steps in the workflow that were skipped.
|
WorkflowExecutionMetadata.Builder |
totalStepsSucceeded(Integer totalStepsSucceeded)
A runtime count for the number of steps in the workflow that ran successfully.
|
WorkflowExecutionMetadata.Builder |
type(String type)
Indicates what type of workflow that Image Builder ran for this runtime instance of the workflow.
|
WorkflowExecutionMetadata.Builder |
type(WorkflowType type)
Indicates what type of workflow that Image Builder ran for this runtime instance of the workflow.
|
WorkflowExecutionMetadata.Builder |
workflowBuildVersionArn(String workflowBuildVersionArn)
The Amazon Resource Name (ARN) of the workflow resource build version that ran.
|
WorkflowExecutionMetadata.Builder |
workflowExecutionId(String workflowExecutionId)
Unique identifier that Image Builder assigns to keep track of runtime resources each time it runs a workflow.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWorkflowExecutionMetadata.Builder workflowBuildVersionArn(String workflowBuildVersionArn)
The Amazon Resource Name (ARN) of the workflow resource build version that ran.
workflowBuildVersionArn - The Amazon Resource Name (ARN) of the workflow resource build version that ran.WorkflowExecutionMetadata.Builder workflowExecutionId(String workflowExecutionId)
Unique identifier that Image Builder assigns to keep track of runtime resources each time it runs a workflow.
workflowExecutionId - Unique identifier that Image Builder assigns to keep track of runtime resources each time it runs a
workflow.WorkflowExecutionMetadata.Builder type(String type)
Indicates what type of workflow that Image Builder ran for this runtime instance of the workflow.
type - Indicates what type of workflow that Image Builder ran for this runtime instance of the workflow.WorkflowType,
WorkflowTypeWorkflowExecutionMetadata.Builder type(WorkflowType type)
Indicates what type of workflow that Image Builder ran for this runtime instance of the workflow.
type - Indicates what type of workflow that Image Builder ran for this runtime instance of the workflow.WorkflowType,
WorkflowTypeWorkflowExecutionMetadata.Builder status(String status)
The current runtime status for this workflow.
status - The current runtime status for this workflow.WorkflowExecutionStatus,
WorkflowExecutionStatusWorkflowExecutionMetadata.Builder status(WorkflowExecutionStatus status)
The current runtime status for this workflow.
status - The current runtime status for this workflow.WorkflowExecutionStatus,
WorkflowExecutionStatusWorkflowExecutionMetadata.Builder message(String message)
The runtime output message from the workflow, if applicable.
message - The runtime output message from the workflow, if applicable.WorkflowExecutionMetadata.Builder totalStepCount(Integer totalStepCount)
The total number of steps in the workflow. This should equal the sum of the step counts for steps that succeeded, were skipped, and failed.
totalStepCount - The total number of steps in the workflow. This should equal the sum of the step counts for steps that
succeeded, were skipped, and failed.WorkflowExecutionMetadata.Builder totalStepsSucceeded(Integer totalStepsSucceeded)
A runtime count for the number of steps in the workflow that ran successfully.
totalStepsSucceeded - A runtime count for the number of steps in the workflow that ran successfully.WorkflowExecutionMetadata.Builder totalStepsFailed(Integer totalStepsFailed)
A runtime count for the number of steps in the workflow that failed.
totalStepsFailed - A runtime count for the number of steps in the workflow that failed.WorkflowExecutionMetadata.Builder totalStepsSkipped(Integer totalStepsSkipped)
A runtime count for the number of steps in the workflow that were skipped.
totalStepsSkipped - A runtime count for the number of steps in the workflow that were skipped.WorkflowExecutionMetadata.Builder startTime(String startTime)
The timestamp when the runtime instance of this workflow started.
startTime - The timestamp when the runtime instance of this workflow started.WorkflowExecutionMetadata.Builder endTime(String endTime)
The timestamp when this runtime instance of the workflow finished.
endTime - The timestamp when this runtime instance of the workflow finished.Copyright © 2023. All rights reserved.