Interface WorkflowExecution.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<WorkflowExecution.Builder,,WorkflowExecution> SdkBuilder<WorkflowExecution.Builder,,WorkflowExecution> SdkPojo
- Enclosing class:
 WorkflowExecution
public static interface WorkflowExecution.Builder
extends SdkPojo, CopyableBuilder<WorkflowExecution.Builder,WorkflowExecution> 
- 
Method Summary
Modifier and TypeMethodDescriptionA system-generated unique identifier for the workflow execution.workflowId(String workflowId) The user defined identifier associated with the workflow execution.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
workflowId
The user defined identifier associated with the workflow execution.
- Parameters:
 workflowId- The user defined identifier associated with the workflow execution.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
runId
A system-generated unique identifier for the workflow execution.
- Parameters:
 runId- A system-generated unique identifier for the workflow execution.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -