Package com.ibm.cloud.cloudant.v1.model
Class DeleteDesignDocumentOptions.Builder
java.lang.Object
com.ibm.cloud.cloudant.v1.model.DeleteDesignDocumentOptions.Builder
- Enclosing class:
DeleteDesignDocumentOptions
Builder.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSet the batch.build()
Builds a DeleteDesignDocumentOptions.Set the db.Set the ddoc.Set the ifMatch.Set the rev.
-
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 DeleteDesignDocumentOptions.- Returns:
- the new DeleteDesignDocumentOptions instance
-
db
Set the db.- Parameters:
db
- the db- Returns:
- the DeleteDesignDocumentOptions builder
-
ddoc
Set the ddoc.- Parameters:
ddoc
- the ddoc- Returns:
- the DeleteDesignDocumentOptions builder
-
ifMatch
Set the ifMatch.- Parameters:
ifMatch
- the ifMatch- Returns:
- the DeleteDesignDocumentOptions builder
-
batch
Set the batch.- Parameters:
batch
- the batch- Returns:
- the DeleteDesignDocumentOptions builder
-
rev
Set the rev.- Parameters:
rev
- the rev- Returns:
- the DeleteDesignDocumentOptions builder
-