Class DeleteDocumentOptions.Builder

java.lang.Object
com.ibm.watson.discovery.v2.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 projectId, String collectionId, String documentId)
      Instantiates a new builder with required properties.
      Parameters:
      projectId - the projectId
      collectionId - the collectionId
      documentId - the documentId
  • Method Details

    • build

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

      public DeleteDocumentOptions.Builder projectId​(String projectId)
      Set the projectId.
      Parameters:
      projectId - the projectId
      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
    • xWatsonDiscoveryForce

      public DeleteDocumentOptions.Builder xWatsonDiscoveryForce​(Boolean xWatsonDiscoveryForce)
      Set the xWatsonDiscoveryForce.
      Parameters:
      xWatsonDiscoveryForce - the xWatsonDiscoveryForce
      Returns:
      the DeleteDocumentOptions builder