Interface CdnEndpoint.DefinitionStages.Blank.StandardEndpoint<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent CDN profile definition to return to after attaching this definition
- Enclosing interface:
- CdnEndpoint.DefinitionStages.Blank
public static interface CdnEndpoint.DefinitionStages.Blank.StandardEndpoint<ParentT>The stage of a CDN profile endpoint definition allowing to specify the origin.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT>withOrigin(String originHostName)Specifies the origin of the CDN endpoint.CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT>withOrigin(String originName, String originHostName)Specifies the origin of the CDN endpoint.
-
-
-
Method Detail
-
withOrigin
CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT> withOrigin(String originName, String originHostName)
Specifies the origin of the CDN endpoint.- Parameters:
originName- name of the origin.originHostName- origin hostname.- Returns:
- the next stage of the definition
-
withOrigin
CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT> withOrigin(String originHostName)
Specifies the origin of the CDN endpoint.- Parameters:
originHostName- origin hostname.- Returns:
- the next stage of the definition
-
-