Class DeleteExpansionsOptions.Builder

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

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

    • Builder

      public Builder()
      Instantiates a new builder.
    • Builder

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

    • build

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

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

      public DeleteExpansionsOptions.Builder collectionId​(String collectionId)
      Set the collectionId.
      Parameters:
      collectionId - the collectionId
      Returns:
      the DeleteExpansionsOptions builder