public static class UpdateBatchOptions.Builder
extends java.lang.Object
| Constructor and Description | 
|---|
| Builder()Instantiates a new builder. | 
| 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 | model(java.lang.String model)Set the model. | 
public Builder()
public 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 model(java.lang.String model)
model - the model