Class ConnectionProperty.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.model.ConnectionProperty.Builder
-
- Enclosing class:
- ConnectionProperty
public static class ConnectionProperty.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectionProperty
build()
ConnectionProperty.Builder
copy(ConnectionProperty model)
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.
-
-
-
Method Detail
-
name
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.
- Parameters:
name
- the value to set- Returns:
- this builder
-
value
public ConnectionProperty.Builder value(String value)
The value for the connection name property.- Parameters:
value
- the value to set- Returns:
- this builder
-
build
public ConnectionProperty build()
-
copy
public ConnectionProperty.Builder copy(ConnectionProperty model)
-
-