Interface Input.UpdateStages.WithProperties

  • All Known Subinterfaces:
    Input.Update
    Enclosing interface:
    Input.UpdateStages

    public static interface Input.UpdateStages.WithProperties
    The stage of the Input update allowing to specify properties.
    • Method Detail

      • withProperties

        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.