public class CreateCollectionOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
CreateCollectionOptions.Builder
Builder.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
description |
protected java.lang.String |
name |
Modifier | Constructor and Description |
---|---|
protected |
CreateCollectionOptions(CreateCollectionOptions.Builder builder) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
description()
Gets the description.
|
java.lang.String |
name()
Gets the name.
|
CreateCollectionOptions.Builder |
newBuilder()
New builder.
|
protected java.lang.String name
protected java.lang.String description
protected CreateCollectionOptions(CreateCollectionOptions.Builder builder)
public CreateCollectionOptions.Builder newBuilder()
public java.lang.String name()
The name of the collection. The name can contain alphanumeric, underscore, hyphen, and dot characters. It cannot begin with the reserved prefix `sys-`.
public java.lang.String description()
The description of the collection.