public static class ConnectionProperty.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ConnectionProperty |
build() |
ConnectionProperty.Builder |
copy(ConnectionProperty o) |
ConnectionProperty.Builder |
name(String name)
Free form text without any restriction on permitted characters.
|
ConnectionProperty.Builder |
value(String value)
The value for the connection name property.
|
public ConnectionProperty.Builder name(String name)
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
name
- the value to setpublic ConnectionProperty.Builder value(String value)
The value for the connection name property.
value
- the value to setpublic ConnectionProperty build()
public ConnectionProperty.Builder copy(ConnectionProperty o)
Copyright © 2016–2022. All rights reserved.