Class ConnectionFromAtp.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.model.ConnectionFromAtp.Builder
-
- Enclosing class:
- ConnectionFromAtp
public static class ConnectionFromAtp.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
key
public ConnectionFromAtp.Builder key(String key)
-
modelVersion
public ConnectionFromAtp.Builder modelVersion(String modelVersion)
-
parentRef
public ConnectionFromAtp.Builder parentRef(ParentReference parentRef)
-
name
public ConnectionFromAtp.Builder name(String name)
-
description
public ConnectionFromAtp.Builder description(String description)
-
objectVersion
public ConnectionFromAtp.Builder objectVersion(Integer objectVersion)
-
objectStatus
public ConnectionFromAtp.Builder objectStatus(Integer objectStatus)
-
identifier
public ConnectionFromAtp.Builder identifier(String identifier)
-
primarySchema
public ConnectionFromAtp.Builder primarySchema(Schema primarySchema)
-
connectionProperties
public ConnectionFromAtp.Builder connectionProperties(List<ConnectionProperty> connectionProperties)
-
isDefault
public ConnectionFromAtp.Builder isDefault(Boolean isDefault)
-
metadata
public ConnectionFromAtp.Builder metadata(ObjectMetadata metadata)
-
keyMap
public ConnectionFromAtp.Builder keyMap(Map<String,String> keyMap)
-
tnsAlias
public ConnectionFromAtp.Builder tnsAlias(String tnsAlias)
The Autonomous Transaction Processing instance service name.- Parameters:
tnsAlias
- the value to set- Returns:
- this builder
-
tnsNames
public ConnectionFromAtp.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 ConnectionFromAtp.Builder username(String username)
The user name for the connection.- Parameters:
username
- the value to set- Returns:
- this builder
-
password
public ConnectionFromAtp.Builder password(String password)
The password for the connection.- Parameters:
password
- the value to set- Returns:
- this builder
-
passwordSecret
public ConnectionFromAtp.Builder passwordSecret(SensitiveAttribute passwordSecret)
-
build
public ConnectionFromAtp build()
-
copy
public ConnectionFromAtp.Builder copy(ConnectionFromAtp model)
-
-