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 SummaryNested ClassesNested classes/interfaces inherited from class com.couchbase.client.java.CommonOptionsCommonOptions.BuiltCommonOptions
- 
Method SummaryModifier 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.CommonOptionsclientContext, parentSpan, retryStrategy, self, timeout
- 
Method Details- 
disconnectLinkAnalyticsOptionsCreates a new instance with default values.- Returns:
- the instantiated default options.
 
- 
dataverseNameSets the name of the dataverse in which the link should be disconnected.- Parameters:
- dataverseName- the name of the dataverse.
- Returns:
- this DisconnectLinkAnalyticsOptionsfor chaining purposes.
 
- 
linkNameSets the name of the link which should be disconnected.- Parameters:
- linkName- the name of the link.
- Returns:
- this DisconnectLinkAnalyticsOptionsfor chaining purposes.
 
- 
build
 
-