Bookmark.DefinitionStages.WithLabels Interface
public static interface Bookmark.DefinitionStages.WithLabels
The stage of the Bookmark definition allowing to specify labels.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withLabels(List<String> labels)
Specifies the labels property: List of labels relevant to this bookmark. |
Method Details
withLabels
public abstract Bookmark.DefinitionStages.WithCreate withLabels(List<String> labels)
Specifies the labels property: List of labels relevant to this bookmark.
Parameters:
Returns: