public static interface StartWorkflowExecutionResponse.Builder extends SwfResponse.Builder, SdkPojo, CopyableBuilder<StartWorkflowExecutionResponse.Builder,StartWorkflowExecutionResponse>
| Modifier and Type | Method and Description | 
|---|---|
StartWorkflowExecutionResponse.Builder | 
runId(String runId)
 The  
runId of a workflow execution. | 
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, 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.