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