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