HasHostName.UpdateDefinitionStages.WithHostName<ReturnT> Interface

Type Parameters

ReturnT

the next stage of the definition

public interface WithHostName

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

Method Summary

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

Specifies the host name to reference.

Method Details

withHostName

public 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