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 model) |
ConsoleConnection.Builder |
dbNodeId(String dbNodeId)
The OCID of the database node.
|
ConsoleConnection.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
ConsoleConnection.Builder |
fingerprint(String fingerprint)
The SSH public key fingerprint for the console connection.
|
ConsoleConnection.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
ConsoleConnection.Builder |
id(String id)
The OCID of the console connection.
|
ConsoleConnection.Builder |
lifecycleDetails(String lifecycleDetails)
Information about the current lifecycle state.
|
ConsoleConnection.Builder |
lifecycleState(ConsoleConnection.LifecycleState lifecycleState)
The current state of the console connection.
|
ConsoleConnection.Builder |
serviceHostKeyFingerprint(String serviceHostKeyFingerprint)
The SSH public key’s fingerprint for the console connection service host.
|
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 serviceHostKeyFingerprint(String serviceHostKeyFingerprint)
The SSH public key’s fingerprint for the console connection service host.
serviceHostKeyFingerprint
- the value to setpublic ConsoleConnection.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {"Department": "Finance"}
freeformTags
- the value to setpublic ConsoleConnection.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
definedTags
- the value to setpublic ConsoleConnection.Builder lifecycleDetails(String lifecycleDetails)
Information about the current lifecycle state.
lifecycleDetails
- 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 model)
Copyright © 2016–2024. All rights reserved.