public static class GetObjectMetadataOptions.Builder
extends java.lang.Object
Constructor and Description |
---|
GetObjectMetadataOptions.Builder()
Instantiates a new builder.
|
GetObjectMetadataOptions.Builder(java.lang.String collectionId,
java.lang.String object)
Instantiates a new builder with required properties.
|
Modifier and Type | Method and Description |
---|---|
GetObjectMetadataOptions |
build()
Builds a GetObjectMetadataOptions.
|
GetObjectMetadataOptions.Builder |
collectionId(java.lang.String collectionId)
Set the collectionId.
|
GetObjectMetadataOptions.Builder |
object(java.lang.String object)
Set the object.
|
public GetObjectMetadataOptions.Builder()
public GetObjectMetadataOptions.Builder(java.lang.String collectionId, java.lang.String object)
collectionId
- the collectionIdobject
- the objectpublic GetObjectMetadataOptions build()
public GetObjectMetadataOptions.Builder collectionId(java.lang.String collectionId)
collectionId
- the collectionIdpublic GetObjectMetadataOptions.Builder object(java.lang.String object)
object
- the object