public static class ConsoleConnection.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ConsoleConnection |
build() |
ConsoleConnection.Builder |
compartmentId(String compartmentId)
The OCID of the compartment to contain the console connection.
|
ConsoleConnection.Builder |
connectionString(String connectionString)
The SSH connection string for the console connection.
|
ConsoleConnection.Builder |
copy(ConsoleConnection o) |
ConsoleConnection.Builder |
dbNodeId(String dbNodeId)
The OCID of the database node.
|
ConsoleConnection.Builder |
fingerprint(String fingerprint)
The SSH public key fingerprint for the console connection.
|
ConsoleConnection.Builder |
id(String id)
The OCID of the console connection.
|
ConsoleConnection.Builder |
lifecycleState(ConsoleConnection.LifecycleState lifecycleState)
The current state of the console connection.
|
public ConsoleConnection.Builder id(String id)
The OCID of the console connection.
id
- the value to setpublic ConsoleConnection.Builder compartmentId(String compartmentId)
The OCID of the compartment to contain the console connection.
compartmentId
- the value to setpublic ConsoleConnection.Builder dbNodeId(String dbNodeId)
The OCID of the database node.
dbNodeId
- the value to setpublic ConsoleConnection.Builder connectionString(String connectionString)
The SSH connection string for the console connection.
connectionString
- the value to setpublic ConsoleConnection.Builder fingerprint(String fingerprint)
The SSH public key fingerprint for the console connection.
fingerprint
- the value to setpublic ConsoleConnection.Builder lifecycleState(ConsoleConnection.LifecycleState lifecycleState)
The current state of the console connection.
lifecycleState
- the value to setpublic ConsoleConnection build()
public ConsoleConnection.Builder copy(ConsoleConnection o)
Copyright © 2016–2022. All rights reserved.