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