Class DisconnectLinkAnalyticsOptions
java.lang.Object
com.couchbase.client.java.CommonOptions<DisconnectLinkAnalyticsOptions>
com.couchbase.client.java.manager.analytics.DisconnectLinkAnalyticsOptions
Customizes how a analytics link is disconnected.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.couchbase.client.java.CommonOptions
CommonOptions.BuiltCommonOptions
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
dataverseName
(String dataverseName) Sets the name of the dataverse in which the link should be disconnected.Creates a new instance with default values.Sets the name of the link which should be disconnected.Methods inherited from class com.couchbase.client.java.CommonOptions
clientContext, parentSpan, retryStrategy, self, timeout
-
Method Details
-
disconnectLinkAnalyticsOptions
Creates a new instance with default values.- Returns:
- the instantiated default options.
-
dataverseName
Sets the name of the dataverse in which the link should be disconnected.- Parameters:
dataverseName
- the name of the dataverse.- Returns:
- this
DisconnectLinkAnalyticsOptions
for chaining purposes.
-
linkName
Sets the name of the link which should be disconnected.- Parameters:
linkName
- the name of the link.- Returns:
- this
DisconnectLinkAnalyticsOptions
for chaining purposes.
-
build
-