Class CreateDataverseAnalyticsOptions
java.lang.Object
com.couchbase.client.java.CommonOptions<CreateDataverseAnalyticsOptions>
com.couchbase.client.java.manager.analytics.CreateDataverseAnalyticsOptions
Allows customizing how an analytics dataverse is created.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.couchbase.client.java.CommonOptions
CommonOptions.BuiltCommonOptions
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Creates a new instance with default values.ignoreIfExists
(boolean ignore) Customizes if an already existing dataverse should throw an exception or not (false by default, so it will throw).Methods inherited from class com.couchbase.client.java.CommonOptions
clientContext, parentSpan, retryStrategy, self, timeout
-
Method Details
-
createDataverseAnalyticsOptions
Creates a new instance with default values.- Returns:
- the instantiated default options.
-
ignoreIfExists
Customizes if an already existing dataverse should throw an exception or not (false by default, so it will throw).- Parameters:
ignore
- true if no exception should be raised if the dataverse already exists.- Returns:
- this options class for chaining purposes.
-
build
-