GenericResource.UpdateStages.WithParentResource インターフェイス

public static interface GenericResource.UpdateStages.WithParentResource

親リソースを変更できる汎用リソース更新。

メソッドの概要

修飾子と型 メソッドと説明
abstract Update withParentResourceId(String parentResourceId)

親リソースを指定します。

abstract Update withParentResourcePath(String parentResourcePath)

親リソースの相対パスを指定します。

メソッドの詳細

withParentResourceId

public abstract GenericResource.Update withParentResourceId(String parentResourceId)

親リソースを指定します。

Parameters:

parentResourceId - 親リソース ID

Returns:

汎用リソース更新の次のステージ

withParentResourcePath

public abstract GenericResource.Update withParentResourcePath(String parentResourcePath)

親リソースの相対パスを指定します。

Parameters:

parentResourcePath - 親リソースの相対パス

Returns:

汎用リソース更新の次のステージ

適用対象