Input.UpdateStages.WithProperties Interface

public static interface Input.UpdateStages.WithProperties

The stage of the Input update allowing to specify properties.

Method Summary

Modifier and Type Method and Description
abstract Update withProperties(InputProperties properties)

Specifies the properties property: The properties that are associated with an input.

Method Details

withProperties

public abstract Input.Update withProperties(InputProperties properties)

Specifies the properties property: The properties that are associated with an input. Required on PUT (CreateOrReplace) requests..

Parameters:

properties - The properties that are associated with an input. Required on PUT (CreateOrReplace) requests.

Returns:

the next definition stage.

Applies to