public class CreateCollectionOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
CreateCollectionOptions.Builder
Builder.
|
static interface |
CreateCollectionOptions.Language
The language of the documents stored in the collection, in the form of an ISO 639-1 language
code.
|
Modifier and Type | Method and Description |
---|---|
String |
configurationId()
Gets the configurationId.
|
String |
description()
Gets the description.
|
String |
environmentId()
Gets the environmentId.
|
String |
language()
Gets the language.
|
String |
name()
Gets the name.
|
CreateCollectionOptions.Builder |
newBuilder()
New builder.
|
public CreateCollectionOptions.Builder newBuilder()
public String environmentId()
The ID of the environment.
public String name()
The name of the collection to be created.
public String description()
A description of the collection.
public String configurationId()
The ID of the configuration in which the collection is to be created.
public String language()
The language of the documents stored in the collection, in the form of an ISO 639-1 language code.
Copyright © 2024 IBM Cloud. All rights reserved.