Interface StreamingEndpoint.UpdateStages.WithCustomHostNames

All Known Subinterfaces:
StreamingEndpoint.Update
Enclosing interface:
StreamingEndpoint.UpdateStages

public static interface StreamingEndpoint.UpdateStages.WithCustomHostNames
The stage of the StreamingEndpoint update allowing to specify customHostNames.
  • Method Details

    • withCustomHostNames

      StreamingEndpoint.Update withCustomHostNames(List<String> customHostNames)
      Specifies the customHostNames property: The custom host names of the streaming endpoint.
      Parameters:
      customHostNames - The custom host names of the streaming endpoint.
      Returns:
      the next definition stage.