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 | 
configurationId()
Gets the configurationId. 
 | 
String | 
description()
Gets the description. 
 | 
String | 
environmentId()
Gets the environmentId. 
 | 
String | 
name()
Gets the name. 
 | 
UpdateCollectionOptions.Builder | 
newBuilder()
New builder. 
 | 
public UpdateCollectionOptions.Builder newBuilder()
public String environmentId()
The ID of the environment.
public String collectionId()
The ID of the collection.
public String name()
The name of the collection.
public String description()
A description of the collection.
public String configurationId()
The ID of the configuration in which the collection is to be updated.
Copyright © 2021 IBM Cloud. All rights reserved.