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