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