public static interface StartWorkflowExecutionResponse.Builder extends SWFResponse.Builder, CopyableBuilder<StartWorkflowExecutionResponse.Builder,StartWorkflowExecutionResponse>
| Modifier and Type | Method and Description |
|---|---|
StartWorkflowExecutionResponse.Builder |
runId(String runId)
The
runId of a workflow execution. |
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 Amazon Web Services, Inc. All Rights Reserved.