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
-
Method Summary
Modifier and TypeMethodDescriptionAdds a new element 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 a new element to keys.- Parameters:
keys
- the new element to be added- Returns:
- the PostDbsInfoOptions builder
-
keys
Set the keys. Existing keys will be replaced.- Parameters:
keys
- the keys- Returns:
- the PostDbsInfoOptions builder
-