Package com.sap.ai.sdk.grounding.model
Interface CollectionCreatedResponse.Builder
- Enclosing class:
CollectionCreatedResponse
public static interface CollectionCreatedResponse.Builder
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptioncollectionURL(String collectionURL) Set the collectionURL of thisCollectionCreatedResponseinstance.
-
Method Details
-
collectionURL
Set the collectionURL of thisCollectionCreatedResponseinstance.- Parameters:
collectionURL- The collectionURL of thisCollectionCreatedResponse- Returns:
- The CollectionCreatedResponse builder.
-