ParentT
- the stage of the parent CDN profile definition to return to after attaching this definitionpublic static interface CdnEndpoint.DefinitionStages.Blank.StandardEndpoint<ParentT>
Modifier and Type | Method and 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.
|
CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT> withOrigin(String originName, String originHostName)
originName
- name of the origin.originHostName
- origin hostname.CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT> withOrigin(String originHostName)
originHostName
- origin hostname.Copyright © 2019. All rights reserved.