public static class UpdateCollectionOptions.Builder
extends java.lang.Object
Constructor and Description |
---|
UpdateCollectionOptions.Builder()
Instantiates a new builder.
|
UpdateCollectionOptions.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 UpdateCollectionOptions.Builder()
public UpdateCollectionOptions.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