public static class UpdateBatchOptions.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Builder(String batchId,
String action)
Instantiates a new builder with required properties.
|
Modifier and Type | Method and Description |
---|---|
UpdateBatchOptions.Builder |
action(String action)
Set the action.
|
UpdateBatchOptions.Builder |
batchId(String batchId)
Set the batchId.
|
UpdateBatchOptions |
build()
Builds a UpdateBatchOptions.
|
UpdateBatchOptions.Builder |
model(String model)
Set the model.
|
public UpdateBatchOptions build()
public UpdateBatchOptions.Builder batchId(String batchId)
batchId
- the batchIdpublic UpdateBatchOptions.Builder action(String action)
action
- the actionpublic UpdateBatchOptions.Builder model(String model)
model
- the modelCopyright © 2021 IBM Cloud. All rights reserved.