public static class GetJpegImageOptions.Builder extends Object
| Constructor and Description | 
|---|
Builder()
Instantiates a new builder. 
 | 
Builder(String collectionId,
       String imageId)
Instantiates a new builder with required properties. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
GetJpegImageOptions | 
build()
Builds a GetJpegImageOptions. 
 | 
GetJpegImageOptions.Builder | 
collectionId(String collectionId)
Set the collectionId. 
 | 
GetJpegImageOptions.Builder | 
imageId(String imageId)
Set the imageId. 
 | 
GetJpegImageOptions.Builder | 
size(String size)
Set the size. 
 | 
public GetJpegImageOptions build()
public GetJpegImageOptions.Builder collectionId(String collectionId)
collectionId - the collectionIdpublic GetJpegImageOptions.Builder imageId(String imageId)
imageId - the imageIdpublic GetJpegImageOptions.Builder size(String size)
size - the sizeCopyright © 2021 IBM Cloud. All rights reserved.