ParentT
- the stage of the parent CDN profile update to return to after attaching this definitionpublic static interface CdnEndpoint.UpdateDefinitionStages.Blank.StandardEndpoint<ParentT>
Modifier and Type | Method and Description |
---|---|
CdnEndpoint.UpdateDefinitionStages.WithStandardAttach<ParentT> |
withOrigin(String originHostName)
Specifies the origin of the CDN endpoint.
|
CdnEndpoint.UpdateDefinitionStages.WithStandardAttach<ParentT> |
withOrigin(String originName,
String originHostName)
Specifies the origin of the CDN endpoint.
|
CdnEndpoint.UpdateDefinitionStages.WithStandardAttach<ParentT> withOrigin(String originName, String originHostName)
originName
- name of the origin.originHostName
- origin host name.CdnEndpoint.UpdateDefinitionStages.WithStandardAttach<ParentT> withOrigin(String originHostName)
originHostName
- origin host name.Copyright © 2019. All rights reserved.