public static class UpdateCollectionOptions.Builder
extends java.lang.Object
| Constructor and Description | 
|---|
Builder()
Instantiates a new builder. 
 | 
Builder(java.lang.String collectionId)
Instantiates a new builder with required properties. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
UpdateCollectionOptions | 
build()
Builds a UpdateCollectionOptions. 
 | 
UpdateCollectionOptions.Builder | 
collectionId(java.lang.String collectionId)
Set the collectionId. 
 | 
UpdateCollectionOptions.Builder | 
description(java.lang.String description)
Set the description. 
 | 
UpdateCollectionOptions.Builder | 
name(java.lang.String name)
Set the name. 
 | 
public Builder()
public Builder(java.lang.String collectionId)
collectionId - the collectionIdpublic UpdateCollectionOptions build()
public UpdateCollectionOptions.Builder collectionId(java.lang.String collectionId)
collectionId - the collectionIdpublic UpdateCollectionOptions.Builder name(java.lang.String name)
name - the namepublic UpdateCollectionOptions.Builder description(java.lang.String description)
description - the description