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