Interface TemplateSource.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TemplateSource.Builder,TemplateSource>,SdkBuilder<TemplateSource.Builder,TemplateSource>,SdkPojo
- Enclosing class:
- TemplateSource
public static interface TemplateSource.Builder extends SdkPojo, CopyableBuilder<TemplateSource.Builder,TemplateSource>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TemplateSource.BuilderworkflowId(String workflowId)The ID of the workflow from the source migration workflow template.-
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
-
workflowId
TemplateSource.Builder workflowId(String workflowId)
The ID of the workflow from the source migration workflow template.
- Parameters:
workflowId- The ID of the workflow from the source migration workflow template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-