Interface WorkflowDefinitionSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WorkflowDefinitionSummary.Builder,
,WorkflowDefinitionSummary> SdkBuilder<WorkflowDefinitionSummary.Builder,
,WorkflowDefinitionSummary> SdkPojo
- Enclosing class:
WorkflowDefinitionSummary
@Mutable
@NotThreadSafe
public static interface WorkflowDefinitionSummary.Builder
extends SdkPojo, CopyableBuilder<WorkflowDefinitionSummary.Builder,WorkflowDefinitionSummary>
-
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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods 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.
-