Interface Output.UpdateStages.WithSerialization

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

    public static interface Output.UpdateStages.WithSerialization
    The stage of the Output update allowing to specify serialization.
    • Method Detail

      • withSerialization

        Output.Update withSerialization​(Serialization serialization)
        Specifies the serialization property: Describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests..
        Parameters:
        serialization - Describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests.
        Returns:
        the next definition stage.