public static class PullBatchesOptions.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Builder(String projectId,
String collectionId,
String batchId)
Instantiates a new builder with required properties.
|
Modifier and Type | Method and Description |
---|---|
PullBatchesOptions.Builder |
batchId(String batchId)
Set the batchId.
|
PullBatchesOptions |
build()
Builds a PullBatchesOptions.
|
PullBatchesOptions.Builder |
collectionId(String collectionId)
Set the collectionId.
|
PullBatchesOptions.Builder |
projectId(String projectId)
Set the projectId.
|
public PullBatchesOptions build()
public PullBatchesOptions.Builder projectId(String projectId)
projectId
- the projectIdpublic PullBatchesOptions.Builder collectionId(String collectionId)
collectionId
- the collectionIdpublic PullBatchesOptions.Builder batchId(String batchId)
batchId
- the batchIdCopyright © 2024 IBM Cloud. All rights reserved.