CdnProfile.DefinitionStages.WithStandardCreate Interface

Implements

public static interface CdnProfile.DefinitionStages.WithStandardCreate
extends WithCreate

The stage of the definition which contains all the minimum required inputs for the resource to be created but also allows for any other optional settings to be specified.

Method Summary

Modifier and Type Method and Description
abstract StandardEndpoint<WithStandardCreate> defineNewEndpoint()

Starts the definition of a new endpoint to be attached to the CDN profile.

abstract StandardEndpoint<WithStandardCreate> defineNewEndpoint(String name)

Starts the definition of a new endpoint to be attached to the CDN profile.

abstract WithStandardAttach<WithStandardCreate> defineNewEndpoint(String name, String endpointOriginHostname)

Starts the definition of a new endpoint to be attached to the CDN profile.

abstract WithStandardCreate withNewEndpoint(String endpointOriginHostname)

Adds new endpoint to the CDN profile.

Method Details

defineNewEndpoint

public abstract CdnEndpoint.DefinitionStages.Blank.StandardEndpoint defineNewEndpoint()

Starts the definition of a new endpoint to be attached to the CDN profile.

Returns:

the first stage of a new CDN endpoint definition

defineNewEndpoint

public abstract CdnEndpoint.DefinitionStages.Blank.StandardEndpoint defineNewEndpoint(String name)

Starts the definition of a new endpoint to be attached to the CDN profile.

Parameters:

name - a new endpoint name

Returns:

the first stage of a new CDN endpoint definition

defineNewEndpoint

public abstract CdnEndpoint.DefinitionStages.WithStandardAttach defineNewEndpoint(String name, String endpointOriginHostname)

Starts the definition of a new endpoint to be attached to the CDN profile.

Parameters:

name - the name for the endpoint
endpointOriginHostname - an endpoint origin hostname

Returns:

the first stage of a new CDN endpoint definition

withNewEndpoint

public abstract CdnProfile.DefinitionStages.WithStandardCreate withNewEndpoint(String endpointOriginHostname)

Adds new endpoint to the CDN profile.

Parameters:

endpointOriginHostname - an endpoint origin hostname

Returns:

the next stage of CDN profile definition.

Applies to