Class UpdateCollectionOptions

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v1.model.UpdateCollectionOptions
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class UpdateCollectionOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The updateCollection options.
  • Method Details

    • newBuilder

      public UpdateCollectionOptions.Builder newBuilder()
      New builder.
      Returns:
      a UpdateCollectionOptions builder
    • environmentId

      public String environmentId()
      Gets the environmentId.

      The ID of the environment.

      Returns:
      the environmentId
    • collectionId

      public String collectionId()
      Gets the collectionId.

      The ID of the collection.

      Returns:
      the collectionId
    • name

      public String name()
      Gets the name.

      The name of the collection.

      Returns:
      the name
    • description

      public String description()
      Gets the description.

      A description of the collection.

      Returns:
      the description
    • configurationId

      public String configurationId()
      Gets the configurationId.

      The ID of the configuration in which the collection is to be updated.

      Returns:
      the configurationId