次の方法で共有


Trainings.TrainingsCreateTagDefinitionStages.WithAllOptions インターフェイス

public interface WithAllOptions

その他のオプション設定を指定できる定義のステージ。

メソッドの概要

修飾子と型 メソッドと説明
TrainingsCreateTagDefinitionStages.WithExecute withDescription(String description)

タグの説明 (省略可能)。

TrainingsCreateTagDefinitionStages.WithExecute withType(String type)

タグの省略可能な型。 指定できる値は、'Regular'、'Negative' です。

メソッドの詳細

withDescription

public TrainingsCreateTagDefinitionStages.WithExecute withDescription(String description)

タグの説明 (省略可能)。

Parameters:

description

Returns:

次の定義ステージ

withType

public TrainingsCreateTagDefinitionStages.WithExecute withType(String type)

タグの省略可能な型。 指定できる値は、'Regular'、'Negative' です。

Parameters:

type

Returns:

次の定義ステージ

適用対象