public static class UpdateObjectMetadataOptions.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Builder(String collectionId,
String object,
String newObject)
Instantiates a new builder with required properties.
|
Modifier and Type | Method and Description |
---|---|
UpdateObjectMetadataOptions |
build()
Builds a UpdateObjectMetadataOptions.
|
UpdateObjectMetadataOptions.Builder |
collectionId(String collectionId)
Set the collectionId.
|
UpdateObjectMetadataOptions.Builder |
newObject(String newObject)
Set the newObject.
|
UpdateObjectMetadataOptions.Builder |
object(String object)
Set the object.
|
UpdateObjectMetadataOptions.Builder |
updateObjectMetadata(UpdateObjectMetadata updateObjectMetadata)
Set the updateObjectMetadata.
|
public UpdateObjectMetadataOptions build()
public UpdateObjectMetadataOptions.Builder collectionId(String collectionId)
collectionId
- the collectionIdpublic UpdateObjectMetadataOptions.Builder object(String object)
object
- the objectpublic UpdateObjectMetadataOptions.Builder newObject(String newObject)
newObject
- the newObjectpublic UpdateObjectMetadataOptions.Builder updateObjectMetadata(UpdateObjectMetadata updateObjectMetadata)
updateObjectMetadata
- the updateObjectMetadataCopyright © 2021 IBM Cloud. All rights reserved.