Interface StreamingEndpoint.DefinitionStages.WithCustomHostNames

All Known Subinterfaces:
StreamingEndpoint.Definition, StreamingEndpoint.DefinitionStages.WithCreate
Enclosing interface:
StreamingEndpoint.DefinitionStages

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

    • withCustomHostNames

      StreamingEndpoint.DefinitionStages.WithCreate 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.