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