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