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