Class GetObjectMetadataOptions.Builder
java.lang.Object
com.ibm.watson.visual_recognition.v4.model.GetObjectMetadataOptions.Builder
- Enclosing class:
- GetObjectMetadataOptions
public static class GetObjectMetadataOptions.Builder extends Object
Builder.
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description GetObjectMetadataOptions
build()
Builds a GetObjectMetadataOptions.GetObjectMetadataOptions.Builder
collectionId(String collectionId)
Set the collectionId.GetObjectMetadataOptions.Builder
object(String object)
Set the object.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
Instantiates a new builder with required properties.- Parameters:
collectionId
- the collectionIdobject
- the object
-
-
Method Details
-
build
Builds a GetObjectMetadataOptions.- Returns:
- the new GetObjectMetadataOptions instance
-
collectionId
Set the collectionId.- Parameters:
collectionId
- the collectionId- Returns:
- the GetObjectMetadataOptions builder
-
object
Set the object.- Parameters:
object
- the object- Returns:
- the GetObjectMetadataOptions builder
-