Interface CollectionContext.Builder.IdStep
- Enclosing class:
- CollectionContext.Builder
public static interface CollectionContext.Builder.IdStep
First step of the step builder, requiring collection ID to be set.
-
Method Summary
Modifier and TypeMethodDescriptioncollectionId
(String collectionId) Sets the unique identifier for this collection operation.
-
Method Details
-
collectionId
Sets the unique identifier for this collection operation.- Parameters:
collectionId
- AString
that uniquely identifies this collection.- Returns:
- The next step in the builder.
- Throws:
NullPointerException
- if collectionId is null
-