Class UpdateBatchOptions.Builder
java.lang.Object
com.ibm.watson.compare_comply.v1.model.UpdateBatchOptions.Builder
- Enclosing class:
- UpdateBatchOptions
public static class UpdateBatchOptions.Builder extends Object
Builder.
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description UpdateBatchOptions.Builderaction(String action)Set the action.UpdateBatchOptions.BuilderbatchId(String batchId)Set the batchId.UpdateBatchOptionsbuild()Builds a UpdateBatchOptions.UpdateBatchOptions.Buildermodel(String model)Set the model.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
Instantiates a new builder with required properties.- Parameters:
batchId- the batchIdaction- the action
-
-
Method Details
-
build
Builds a UpdateBatchOptions.- Returns:
- the new UpdateBatchOptions instance
-
batchId
Set the batchId.- Parameters:
batchId- the batchId- Returns:
- the UpdateBatchOptions builder
-
action
Set the action.- Parameters:
action- the action- Returns:
- the UpdateBatchOptions builder
-
model
Set the model.- Parameters:
model- the model- Returns:
- the UpdateBatchOptions builder
-