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