Package com.oracle.bmc.database.model
Class ConsoleConnectionSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.database.model.ConsoleConnectionSummary.Builder
 
- 
- Enclosing class:
- ConsoleConnectionSummary
 
 public static class ConsoleConnectionSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ConsoleConnectionSummarybuild()ConsoleConnectionSummary.BuildercompartmentId(String compartmentId)The OCID of the compartment to contain the console connection.ConsoleConnectionSummary.BuilderconnectionString(String connectionString)The SSH connection string for the console connection.ConsoleConnectionSummary.Buildercopy(ConsoleConnectionSummary model)ConsoleConnectionSummary.BuilderdbNodeId(String dbNodeId)The OCID of the database node.ConsoleConnectionSummary.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.ConsoleConnectionSummary.Builderfingerprint(String fingerprint)The SSH public key fingerprint for the console connection.ConsoleConnectionSummary.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.ConsoleConnectionSummary.Builderid(String id)The OCID of the console connection.ConsoleConnectionSummary.BuilderlifecycleDetails(String lifecycleDetails)Information about the current lifecycle state.ConsoleConnectionSummary.BuilderlifecycleState(ConsoleConnectionSummary.LifecycleState lifecycleState)The current state of the console connection.ConsoleConnectionSummary.BuilderserviceHostKeyFingerprint(String serviceHostKeyFingerprint)The SSH public key’s fingerprint for the console connection service host.
 
- 
- 
- 
Method Detail- 
idpublic ConsoleConnectionSummary.Builder id(String id) The OCID of the console connection.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic ConsoleConnectionSummary.Builder compartmentId(String compartmentId) The OCID of the compartment to contain the console connection.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
dbNodeIdpublic ConsoleConnectionSummary.Builder dbNodeId(String dbNodeId) The OCID of the database node.- Parameters:
- dbNodeId- the value to set
- Returns:
- this builder
 
 - 
connectionStringpublic ConsoleConnectionSummary.Builder connectionString(String connectionString) The SSH connection string for the console connection.- Parameters:
- connectionString- the value to set
- Returns:
- this builder
 
 - 
fingerprintpublic ConsoleConnectionSummary.Builder fingerprint(String fingerprint) The SSH public key fingerprint for the console connection.- Parameters:
- fingerprint- the value to set
- Returns:
- this builder
 
 - 
serviceHostKeyFingerprintpublic ConsoleConnectionSummary.Builder serviceHostKeyFingerprint(String serviceHostKeyFingerprint) The SSH public key’s fingerprint for the console connection service host.- Parameters:
- serviceHostKeyFingerprint- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic ConsoleConnectionSummary.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"} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic ConsoleConnectionSummary.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. - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic ConsoleConnectionSummary.Builder lifecycleDetails(String lifecycleDetails) Information about the current lifecycle state.- Parameters:
- lifecycleDetails- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic ConsoleConnectionSummary.Builder lifecycleState(ConsoleConnectionSummary.LifecycleState lifecycleState) The current state of the console connection.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
buildpublic ConsoleConnectionSummary build() 
 - 
copypublic ConsoleConnectionSummary.Builder copy(ConsoleConnectionSummary model) 
 
- 
 
-