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