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