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 SummaryModifier 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- 
Builderpublic Builder()Instantiates a new builder.
- 
BuilderInstantiates a new builder with required properties.- Parameters:
- batchId- the batchId
- action- the action
 
 
- 
- 
Method Details- 
buildBuilds a UpdateBatchOptions.- Returns:
- the new UpdateBatchOptions instance
 
- 
batchIdSet the batchId.- Parameters:
- batchId- the batchId
- Returns:
- the UpdateBatchOptions builder
 
- 
actionSet the action.- Parameters:
- action- the action
- Returns:
- the UpdateBatchOptions builder
 
- 
modelSet the model.- Parameters:
- model- the model
- Returns:
- the UpdateBatchOptions builder
 
 
-