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