Share via


HasHostName.UpdateStages.WithHostName<ReturnT> Interface

Type Parameters

ReturnT

the next stage of the update

public static interface HasHostName.UpdateStages.WithHostName

The stage of an update allowing to specify a host name.

Method Summary

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

Specifies the host name.

Method Details

withHostName

public abstract ReturnT withHostName(String hostName)

Specifies the host name.

Parameters:

hostName - an existing host name

Returns:

the next stage of the update

Applies to