Class DiagnosticsOptions
java.lang.Object
com.couchbase.client.java.diagnostics.DiagnosticsOptions
Allows to customize the diagnostics report.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static DiagnosticsOptions
Creates a new set ofDiagnosticsOptions
.Sets a custom report ID that will be used in the report.
-
Method Details
-
diagnosticsOptions
Creates a new set ofDiagnosticsOptions
.- Returns:
- options to customize.
-
reportId
Sets a custom report ID that will be used in the report.If no report ID is provided, the client will generate a unique one.
- Parameters:
reportId
- the report ID that should be used for this report.- Returns:
- the
DiagnosticsOptions
to allow method chaining.
-
build
-