public static interface WorkflowExecution.Builder extends CopyableBuilder<WorkflowExecution.Builder,WorkflowExecution>
| Modifier and Type | Method and Description |
|---|---|
WorkflowExecution.Builder |
runId(String runId)
A system-generated unique identifier for the workflow execution.
|
WorkflowExecution.Builder |
workflowId(String workflowId)
The user defined identifier associated with the workflow execution.
|
copyapply, buildWorkflowExecution.Builder workflowId(String workflowId)
The user defined identifier associated with the workflow execution.
workflowId - The user defined identifier associated with the workflow execution.WorkflowExecution.Builder runId(String runId)
A system-generated unique identifier for the workflow execution.
runId - A system-generated unique identifier for the workflow execution.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.