Interface CollectionContext.Builder.SourceStep
- Enclosing class:
- CollectionContext.Builder
public static interface CollectionContext.Builder.SourceStep
Second step of the step builder, requiring collection source to be set.
-
Method Summary
Modifier and TypeMethodDescriptioncollectionSource
(String collectionSource) Sets the source or initiator of this collection operation.
-
Method Details
-
collectionSource
Sets the source or initiator of this collection operation.- Parameters:
collectionSource
- AString
indicating the source.- Returns:
- The next step in the builder.
- Throws:
NullPointerException
- if collectionSource is null
-