public static class UpdateBatchOptions.Builder
extends java.lang.Object
Constructor and Description |
---|
UpdateBatchOptions.Builder()
Instantiates a new builder.
|
UpdateBatchOptions.Builder(java.lang.String batchId,
java.lang.String action)
Instantiates a new builder with required properties.
|
Modifier and Type | Method and Description |
---|---|
UpdateBatchOptions.Builder |
action(java.lang.String action)
Set the action.
|
UpdateBatchOptions.Builder |
batchId(java.lang.String batchId)
Set the batchId.
|
UpdateBatchOptions |
build()
Builds a UpdateBatchOptions.
|
UpdateBatchOptions.Builder |
modelId(java.lang.String modelId)
Set the modelId.
|
public UpdateBatchOptions.Builder()
public UpdateBatchOptions.Builder(java.lang.String batchId, java.lang.String action)
batchId
- the batchIdaction
- the actionpublic UpdateBatchOptions build()
public UpdateBatchOptions.Builder batchId(java.lang.String batchId)
batchId
- the batchIdpublic UpdateBatchOptions.Builder action(java.lang.String action)
action
- the actionpublic UpdateBatchOptions.Builder modelId(java.lang.String modelId)
modelId
- the modelId