Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and Description |
---|---|
static CreateConnectionFromAtp.Builder |
CreateConnectionFromAtp.builder()
Create a new builder.
|
CreateConnectionFromAtp.Builder |
CreateConnectionFromAtp.Builder.connectionProperties(List<ConnectionProperty> connectionProperties) |
CreateConnectionFromAtp.Builder |
CreateConnectionFromAtp.Builder.copy(CreateConnectionFromAtp model) |
CreateConnectionFromAtp.Builder |
CreateConnectionFromAtp.Builder.description(String description) |
CreateConnectionFromAtp.Builder |
CreateConnectionFromAtp.Builder.identifier(String identifier) |
CreateConnectionFromAtp.Builder |
CreateConnectionFromAtp.Builder.key(String key) |
CreateConnectionFromAtp.Builder |
CreateConnectionFromAtp.Builder.modelVersion(String modelVersion) |
CreateConnectionFromAtp.Builder |
CreateConnectionFromAtp.Builder.name(String name) |
CreateConnectionFromAtp.Builder |
CreateConnectionFromAtp.Builder.objectStatus(Integer objectStatus) |
CreateConnectionFromAtp.Builder |
CreateConnectionFromAtp.Builder.parentRef(ParentReference parentRef) |
CreateConnectionFromAtp.Builder |
CreateConnectionFromAtp.Builder.password(String password)
The password for the connection.
|
CreateConnectionFromAtp.Builder |
CreateConnectionFromAtp.Builder.passwordSecret(SensitiveAttribute passwordSecret) |
CreateConnectionFromAtp.Builder |
CreateConnectionFromAtp.Builder.registryMetadata(RegistryMetadata registryMetadata) |
CreateConnectionFromAtp.Builder |
CreateConnectionFromAtp.Builder.tnsAlias(String tnsAlias)
The Autonomous Transaction Processing instance service name.
|
CreateConnectionFromAtp.Builder |
CreateConnectionFromAtp.Builder.tnsNames(List<String> tnsNames)
Array of service names that are available for selection in the tnsAlias property.
|
CreateConnectionFromAtp.Builder |
CreateConnectionFromAtp.toBuilder() |
CreateConnectionFromAtp.Builder |
CreateConnectionFromAtp.Builder.username(String username)
The user name for the connection.
|
Copyright © 2016–2024. All rights reserved.