public class UpdateCollectionOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
UpdateCollectionOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
collectionId()
Gets the collectionId.
|
String |
description()
Gets the description.
|
List<CollectionEnrichment> |
enrichments()
Gets the enrichments.
|
String |
name()
Gets the name.
|
UpdateCollectionOptions.Builder |
newBuilder()
New builder.
|
String |
projectId()
Gets the projectId.
|
public UpdateCollectionOptions.Builder newBuilder()
public String projectId()
The ID of the project. This information can be found from the *Integrate and Deploy* page in Discovery.
public String collectionId()
The ID of the collection.
public String name()
The new name of the collection.
public String description()
The new description of the collection.
public List<CollectionEnrichment> enrichments()
An array of enrichments that are applied to this collection.
Copyright © 2023 IBM Cloud. All rights reserved.