public static interface StartWorkflowExecutionResponse.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<StartWorkflowExecutionResponse.Builder,StartWorkflowExecutionResponse>
| Modifier and Type | Method and Description |
|---|---|
StartWorkflowExecutionResponse.Builder |
runId(String runId)
The
runId of a workflow execution. |
copyapply, buildStartWorkflowExecutionResponse.Builder runId(String runId)
The runId of a workflow execution. This ID is generated by the service and can be used to
uniquely identify the workflow execution within a domain.
runId - The runId of a workflow execution. This ID is generated by the service and can be used to
uniquely identify the workflow execution within a domain.Copyright © 2017. All rights reserved.