public static interface WorkflowStepMetadata.Builder extends SdkPojo, CopyableBuilder<WorkflowStepMetadata.Builder,WorkflowStepMetadata>
| Modifier and Type | Method and Description |
|---|---|
WorkflowStepMetadata.Builder |
action(String action)
The step action name.
|
WorkflowStepMetadata.Builder |
description(String description)
Description of the workflow step.
|
WorkflowStepMetadata.Builder |
endTime(String endTime)
The timestamp when the workflow step finished.
|
WorkflowStepMetadata.Builder |
inputs(String inputs)
Input parameters that Image Builder provides for the workflow step.
|
WorkflowStepMetadata.Builder |
message(String message)
Detailed output message that the workflow step provides at runtime.
|
WorkflowStepMetadata.Builder |
name(String name)
The name of the workflow step.
|
WorkflowStepMetadata.Builder |
outputs(String outputs)
The file names that the workflow step created as output for this runtime instance of the workflow.
|
WorkflowStepMetadata.Builder |
rollbackStatus(String rollbackStatus)
Reports on the rollback status of the step, if applicable.
|
WorkflowStepMetadata.Builder |
rollbackStatus(WorkflowStepExecutionRollbackStatus rollbackStatus)
Reports on the rollback status of the step, if applicable.
|
WorkflowStepMetadata.Builder |
startTime(String startTime)
The timestamp when the workflow step started.
|
WorkflowStepMetadata.Builder |
status(String status)
Runtime status for the workflow step.
|
WorkflowStepMetadata.Builder |
status(WorkflowStepExecutionStatus status)
Runtime status for the workflow step.
|
WorkflowStepMetadata.Builder |
stepExecutionId(String stepExecutionId)
A unique identifier for the workflow step, assigned at runtime.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWorkflowStepMetadata.Builder stepExecutionId(String stepExecutionId)
A unique identifier for the workflow step, assigned at runtime.
stepExecutionId - A unique identifier for the workflow step, assigned at runtime.WorkflowStepMetadata.Builder name(String name)
The name of the workflow step.
name - The name of the workflow step.WorkflowStepMetadata.Builder description(String description)
Description of the workflow step.
description - Description of the workflow step.WorkflowStepMetadata.Builder action(String action)
The step action name.
action - The step action name.WorkflowStepMetadata.Builder status(String status)
Runtime status for the workflow step.
status - Runtime status for the workflow step.WorkflowStepExecutionStatus,
WorkflowStepExecutionStatusWorkflowStepMetadata.Builder status(WorkflowStepExecutionStatus status)
Runtime status for the workflow step.
status - Runtime status for the workflow step.WorkflowStepExecutionStatus,
WorkflowStepExecutionStatusWorkflowStepMetadata.Builder rollbackStatus(String rollbackStatus)
Reports on the rollback status of the step, if applicable.
rollbackStatus - Reports on the rollback status of the step, if applicable.WorkflowStepExecutionRollbackStatus,
WorkflowStepExecutionRollbackStatusWorkflowStepMetadata.Builder rollbackStatus(WorkflowStepExecutionRollbackStatus rollbackStatus)
Reports on the rollback status of the step, if applicable.
rollbackStatus - Reports on the rollback status of the step, if applicable.WorkflowStepExecutionRollbackStatus,
WorkflowStepExecutionRollbackStatusWorkflowStepMetadata.Builder message(String message)
Detailed output message that the workflow step provides at runtime.
message - Detailed output message that the workflow step provides at runtime.WorkflowStepMetadata.Builder inputs(String inputs)
Input parameters that Image Builder provides for the workflow step.
inputs - Input parameters that Image Builder provides for the workflow step.WorkflowStepMetadata.Builder outputs(String outputs)
The file names that the workflow step created as output for this runtime instance of the workflow.
outputs - The file names that the workflow step created as output for this runtime instance of the workflow.WorkflowStepMetadata.Builder startTime(String startTime)
The timestamp when the workflow step started.
startTime - The timestamp when the workflow step started.WorkflowStepMetadata.Builder endTime(String endTime)
The timestamp when the workflow step finished.
endTime - The timestamp when the workflow step finished.Copyright © 2023. All rights reserved.