Interface WorkflowDefinition.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<WorkflowDefinition.Builder,,WorkflowDefinition> SdkBuilder<WorkflowDefinition.Builder,,WorkflowDefinition> SdkPojo
- Enclosing class:
 WorkflowDefinition
@Mutable
@NotThreadSafe
public static interface WorkflowDefinition.Builder
extends SdkPojo, CopyableBuilder<WorkflowDefinition.Builder,WorkflowDefinition> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe path to the workflow definition file stored in the source repository for the project, including the file name.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, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
path
The path to the workflow definition file stored in the source repository for the project, including the file name.
- Parameters:
 path- The path to the workflow definition file stored in the source repository for the project, including the file name.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -