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 Summary
-
Method Summary
Modifier and Type Method Description GetBatchOptions.Builder
batchId(String batchId)
Set the batchId.GetBatchOptions
build()
Builds a GetBatchOptions.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
Instantiates a new builder with required properties.- Parameters:
batchId
- the batchId
-
-
Method Details
-
build
Builds a GetBatchOptions.- Returns:
- the new GetBatchOptions instance
-
batchId
Set the batchId.- Parameters:
batchId
- the batchId- Returns:
- the GetBatchOptions builder
-