Package com.ibm.cloud.cloudant.v1.model
Class GetGeoIndexInformationOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.cloudant.v1.model.GetGeoIndexInformationOptions.Builder
-
- Enclosing class:
- GetGeoIndexInformationOptions
public static class GetGeoIndexInformationOptions.Builder extends Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetGeoIndexInformationOptions
build()
Builds a GetGeoIndexInformationOptions.GetGeoIndexInformationOptions.Builder
db(String db)
Set the db.GetGeoIndexInformationOptions.Builder
ddoc(String ddoc)
Set the ddoc.GetGeoIndexInformationOptions.Builder
index(String index)
Set the index.
-
-
-
Method Detail
-
build
public GetGeoIndexInformationOptions build()
Builds a GetGeoIndexInformationOptions.- Returns:
- the new GetGeoIndexInformationOptions instance
-
db
public GetGeoIndexInformationOptions.Builder db(String db)
Set the db.- Parameters:
db
- the db- Returns:
- the GetGeoIndexInformationOptions builder
-
ddoc
public GetGeoIndexInformationOptions.Builder ddoc(String ddoc)
Set the ddoc.- Parameters:
ddoc
- the ddoc- Returns:
- the GetGeoIndexInformationOptions builder
-
index
public GetGeoIndexInformationOptions.Builder index(String index)
Set the index.- Parameters:
index
- the index- Returns:
- the GetGeoIndexInformationOptions builder
-
-