Package com.ibm.cloud.cloudant.v1.model
Class GetDocumentShardsInfoOptions.Builder
java.lang.Object
com.ibm.cloud.cloudant.v1.model.GetDocumentShardsInfoOptions.Builder
- Enclosing class:
 GetDocumentShardsInfoOptions
Builder.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds a GetDocumentShardsInfoOptions.Set the db.Set the docId. 
- 
Constructor Details
- 
Builder
public Builder()Instantiates a new builder. - 
Builder
Instantiates a new builder with required properties.- Parameters:
 db- the dbdocId- the docId
 
 - 
 - 
Method Details
- 
build
Builds a GetDocumentShardsInfoOptions.- Returns:
 - the new GetDocumentShardsInfoOptions instance
 
 - 
db
Set the db.- Parameters:
 db- the db- Returns:
 - the GetDocumentShardsInfoOptions builder
 
 - 
docId
Set the docId.- Parameters:
 docId- the docId- Returns:
 - the GetDocumentShardsInfoOptions builder
 
 
 -