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