Uses of Class
com.oracle.bmc.dataintegration.model.ConnectionProperty.Builder
-
Packages that use ConnectionProperty.Builder Package Description com.oracle.bmc.dataintegration.model -
-
Uses of ConnectionProperty.Builder in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return ConnectionProperty.Builder Modifier and Type Method Description static ConnectionProperty.Builder
ConnectionProperty. builder()
Create a new builder.ConnectionProperty.Builder
ConnectionProperty.Builder. copy(ConnectionProperty model)
ConnectionProperty.Builder
ConnectionProperty.Builder. name(String name)
Free form text without any restriction on permitted characters.ConnectionProperty.Builder
ConnectionProperty. toBuilder()
ConnectionProperty.Builder
ConnectionProperty.Builder. value(String value)
The value for the connection name property.
-