Interface SourcePriority.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SourcePriority.Builder,SourcePriority>,SdkBuilder<SourcePriority.Builder,SourcePriority>,SdkPojo
- Enclosing class:
- SourcePriority
public static interface SourcePriority.Builder extends SdkPojo, CopyableBuilder<SourcePriority.Builder,SourcePriority>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SourcePriority.BuilderprimarySource(String primarySource)The name of the source you choose as the primary source for this flow.-
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
-
primarySource
SourcePriority.Builder primarySource(String primarySource)
The name of the source you choose as the primary source for this flow.- Parameters:
primarySource- The name of the source you choose as the primary source for this flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-