Package com.ibm.cloud.cloudant.v1.model
Class PostDbsInfoOptions.Builder
java.lang.Object
com.ibm.cloud.cloudant.v1.model.PostDbsInfoOptions.Builder
- Enclosing class:
- PostDbsInfoOptions
Builder.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAdds an keys to keys.build()
Builds a PostDbsInfoOptions.Set the keys.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
Instantiates a new builder with required properties.- Parameters:
keys
- the keys
-
-
Method Details
-
build
Builds a PostDbsInfoOptions.- Returns:
- the new PostDbsInfoOptions instance
-
addKeys
Adds an keys to keys.- Parameters:
keys
- the new keys- Returns:
- the PostDbsInfoOptions builder
-
keys
Set the keys. Existing keys will be replaced.- Parameters:
keys
- the keys- Returns:
- the PostDbsInfoOptions builder
-