public static class GetCollectionOptions.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 | 
|---|---|
| GetCollectionOptions | build()Builds a GetCollectionOptions. | 
| GetCollectionOptions.Builder | collectionId(String collectionId)Set the collectionId. | 
| GetCollectionOptions.Builder | projectId(String projectId)Set the projectId. | 
public GetCollectionOptions build()
public GetCollectionOptions.Builder projectId(String projectId)
projectId - the projectIdpublic GetCollectionOptions.Builder collectionId(String collectionId)
collectionId - the collectionIdCopyright © 2023 IBM Cloud. All rights reserved.