public static class CreateConnectionFromAtp.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreateConnectionFromAtp.Builder key(String key)
public CreateConnectionFromAtp.Builder modelVersion(String modelVersion)
public CreateConnectionFromAtp.Builder parentRef(ParentReference parentRef)
public CreateConnectionFromAtp.Builder name(String name)
public CreateConnectionFromAtp.Builder description(String description)
public CreateConnectionFromAtp.Builder objectStatus(Integer objectStatus)
public CreateConnectionFromAtp.Builder identifier(String identifier)
public CreateConnectionFromAtp.Builder connectionProperties(List<ConnectionProperty> connectionProperties)
public CreateConnectionFromAtp.Builder registryMetadata(RegistryMetadata registryMetadata)
public CreateConnectionFromAtp.Builder tnsAlias(String tnsAlias)
The Autonomous Transaction Processing instance service name.
tnsAlias
- the value to setpublic CreateConnectionFromAtp.Builder tnsNames(List<String> tnsNames)
Array of service names that are available for selection in the tnsAlias property.
tnsNames
- the value to setpublic CreateConnectionFromAtp.Builder username(String username)
The user name for the connection.
username
- the value to setpublic CreateConnectionFromAtp.Builder password(String password)
The password for the connection.
password
- the value to setpublic CreateConnectionFromAtp.Builder passwordSecret(SensitiveAttribute passwordSecret)
public CreateConnectionFromAtp build()
public CreateConnectionFromAtp.Builder copy(CreateConnectionFromAtp model)
Copyright © 2016–2024. All rights reserved.