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