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
With |
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:
Returns: