Share via


Connection.DefinitionStages.WithName Interface

public static interface Connection.DefinitionStages.WithName

The stage of the Connection definition allowing to specify name.

Method Summary

Modifier and Type Method and Description
abstract WithConnectionType withName(String name)

Specifies the name property: Gets or sets the name of the connection..

Method Details

withName

public abstract Connection.DefinitionStages.WithConnectionType withName(String name)

Specifies the name property: Gets or sets the name of the connection..

Parameters:

name - Gets or sets the name of the connection.

Returns:

the next definition stage.

Applies to