Class GetBatchOptions.Builder

java.lang.Object
com.ibm.watson.compare_comply.v1.model.GetBatchOptions.Builder
Enclosing class:
GetBatchOptions

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

    • Builder

      public Builder()
      Instantiates a new builder.
    • Builder

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

    • build

      public GetBatchOptions build()
      Builds a GetBatchOptions.
      Returns:
      the new GetBatchOptions instance
    • batchId

      public GetBatchOptions.Builder batchId​(String batchId)
      Set the batchId.
      Parameters:
      batchId - the batchId
      Returns:
      the GetBatchOptions builder