Class DeleteObjectOptions.Builder
java.lang.Object
com.ibm.watson.visual_recognition.v4.model.DeleteObjectOptions.Builder
- Enclosing class:
 - DeleteObjectOptions
 
public static class DeleteObjectOptions.Builder extends Object
Builder.
- 
Constructor Summary
 - 
Method Summary
Modifier and Type Method Description DeleteObjectOptionsbuild()Builds a DeleteObjectOptions.DeleteObjectOptions.BuildercollectionId(String collectionId)Set the collectionId.DeleteObjectOptions.Builderobject(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 DeleteObjectOptions.- Returns:
 - the new DeleteObjectOptions instance
 
 - 
collectionId
Set the collectionId.- Parameters:
 collectionId- the collectionId- Returns:
 - the DeleteObjectOptions builder
 
 - 
object
Set the object.- Parameters:
 object- the object- Returns:
 - the DeleteObjectOptions builder
 
 
 -