Input.UpdateStages.WithName Interface

public static interface Input.UpdateStages.WithName

The stage of the Input update allowing to specify name.

Method Summary

Modifier and Type Method and Description
abstract Update withName(String name)

Specifies the name property: Resource name.

Method Details

withName

public abstract Input.Update withName(String name)

Specifies the name property: Resource name.

Parameters:

name - Resource name.

Returns:

the next definition stage.

Applies to