Share via


HasHostName.UpdateDefinitionStages.WithHostName<ReturnT> Interface

Type Parameters

ReturnT

the next stage of the definition

public static interface HasHostName.UpdateDefinitionStages.WithHostName

The stage of a definition allowing to specify a host name.

Method Summary

Modifier and Type Method and Description
abstract ReturnT withHostName(String hostName)

Specifies the host name to reference.

Method Details

withHostName

public abstract ReturnT withHostName(String hostName)

Specifies the host name to reference.

Parameters:

hostName - an existing host name

Returns:

the next stage of the definition

Applies to