public static class GetJpegImageOptions.Builder
extends java.lang.Object
Constructor and Description |
---|
GetJpegImageOptions.Builder()
Instantiates a new builder.
|
GetJpegImageOptions.Builder(java.lang.String collectionId,
java.lang.String imageId)
Instantiates a new builder with required properties.
|
Modifier and Type | Method and Description |
---|---|
GetJpegImageOptions |
build()
Builds a GetJpegImageOptions.
|
GetJpegImageOptions.Builder |
collectionId(java.lang.String collectionId)
Set the collectionId.
|
GetJpegImageOptions.Builder |
imageId(java.lang.String imageId)
Set the imageId.
|
GetJpegImageOptions.Builder |
size(java.lang.String size)
Set the size.
|
public GetJpegImageOptions.Builder()
public GetJpegImageOptions.Builder(java.lang.String collectionId, java.lang.String imageId)
collectionId
- the collectionIdimageId
- the imageIdpublic GetJpegImageOptions build()
public GetJpegImageOptions.Builder collectionId(java.lang.String collectionId)
collectionId
- the collectionIdpublic GetJpegImageOptions.Builder imageId(java.lang.String imageId)
imageId
- the imageIdpublic GetJpegImageOptions.Builder size(java.lang.String size)
size
- the size