Interface WorkflowDefinition.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<WorkflowDefinition.Builder,WorkflowDefinition>,SdkBuilder<WorkflowDefinition.Builder,WorkflowDefinition>,SdkPojo
- Enclosing class:
- WorkflowDefinition
public static interface WorkflowDefinition.Builder extends SdkPojo, CopyableBuilder<WorkflowDefinition.Builder,WorkflowDefinition>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkflowDefinition.Builderpath(String path)The 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
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
path
WorkflowDefinition.Builder path(String 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.
-
-