Class DeleteDocumentOptions.Builder

java.lang.Object
com.ibm.watson.discovery.v1.model.DeleteDocumentOptions.Builder
Enclosing class:
DeleteDocumentOptions

public static class DeleteDocumentOptions.Builder
extends Object
Builder.
  • Constructor Details

    • Builder

      public Builder()
      Instantiates a new builder.
    • Builder

      public Builder​(String environmentId, String collectionId, String documentId)
      Instantiates a new builder with required properties.
      Parameters:
      environmentId - the environmentId
      collectionId - the collectionId
      documentId - the documentId
  • Method Details

    • build

      public DeleteDocumentOptions build()
      Builds a DeleteDocumentOptions.
      Returns:
      the new DeleteDocumentOptions instance
    • environmentId

      public DeleteDocumentOptions.Builder environmentId​(String environmentId)
      Set the environmentId.
      Parameters:
      environmentId - the environmentId
      Returns:
      the DeleteDocumentOptions builder
    • collectionId

      public DeleteDocumentOptions.Builder collectionId​(String collectionId)
      Set the collectionId.
      Parameters:
      collectionId - the collectionId
      Returns:
      the DeleteDocumentOptions builder
    • documentId

      public DeleteDocumentOptions.Builder documentId​(String documentId)
      Set the documentId.
      Parameters:
      documentId - the documentId
      Returns:
      the DeleteDocumentOptions builder