Class ConnectionFromAdwc.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.model.ConnectionFromAdwc.Builder
-
- Enclosing class:
- ConnectionFromAdwc
public static class ConnectionFromAdwc.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
key
public ConnectionFromAdwc.Builder key(String key)
-
modelVersion
public ConnectionFromAdwc.Builder modelVersion(String modelVersion)
-
parentRef
public ConnectionFromAdwc.Builder parentRef(ParentReference parentRef)
-
name
public ConnectionFromAdwc.Builder name(String name)
-
description
public ConnectionFromAdwc.Builder description(String description)
-
objectVersion
public ConnectionFromAdwc.Builder objectVersion(Integer objectVersion)
-
objectStatus
public ConnectionFromAdwc.Builder objectStatus(Integer objectStatus)
-
identifier
public ConnectionFromAdwc.Builder identifier(String identifier)
-
primarySchema
public ConnectionFromAdwc.Builder primarySchema(Schema primarySchema)
-
connectionProperties
public ConnectionFromAdwc.Builder connectionProperties(List<ConnectionProperty> connectionProperties)
-
isDefault
public ConnectionFromAdwc.Builder isDefault(Boolean isDefault)
-
metadata
public ConnectionFromAdwc.Builder metadata(ObjectMetadata metadata)
-
keyMap
public ConnectionFromAdwc.Builder keyMap(Map<String,String> keyMap)
-
tnsAlias
public ConnectionFromAdwc.Builder tnsAlias(String tnsAlias)
The Autonomous Data Warehouse instance service name.- Parameters:
tnsAlias
- the value to set- Returns:
- this builder
-
tnsNames
public ConnectionFromAdwc.Builder tnsNames(List<String> tnsNames)
Array of service names that are available for selection in the tnsAlias property.- Parameters:
tnsNames
- the value to set- Returns:
- this builder
-
username
public ConnectionFromAdwc.Builder username(String username)
The user name for the connection.- Parameters:
username
- the value to set- Returns:
- this builder
-
password
public ConnectionFromAdwc.Builder password(String password)
The password for the connection.- Parameters:
password
- the value to set- Returns:
- this builder
-
passwordSecret
public ConnectionFromAdwc.Builder passwordSecret(SensitiveAttribute passwordSecret)
-
build
public ConnectionFromAdwc build()
-
copy
public ConnectionFromAdwc.Builder copy(ConnectionFromAdwc model)
-
-