Class DeleteProjectOptions.Builder

java.lang.Object
com.ibm.watson.discovery.v2.model.DeleteProjectOptions.Builder
Enclosing class:
DeleteProjectOptions

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

    • Builder

      public Builder()
      Instantiates a new builder.
    • Builder

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

    • build

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

      public DeleteProjectOptions.Builder projectId​(String projectId)
      Set the projectId.
      Parameters:
      projectId - the projectId
      Returns:
      the DeleteProjectOptions builder