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 WithCreate 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:

labels - List of labels relevant to this bookmark.

Returns:

the next definition stage.

Applies to