Class ConsoleConnection.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • compartmentId

        public ConsoleConnection.Builder compartmentId​(String compartmentId)
        The OCID of the compartment to contain the console connection.
        Parameters:
        compartmentId - the value to set
        Returns:
        this builder
      • dbNodeId

        public ConsoleConnection.Builder dbNodeId​(String dbNodeId)
        The OCID of the database node.
        Parameters:
        dbNodeId - the value to set
        Returns:
        this builder
      • connectionString

        public ConsoleConnection.Builder connectionString​(String connectionString)
        The SSH connection string for the console connection.
        Parameters:
        connectionString - the value to set
        Returns:
        this builder
      • fingerprint

        public ConsoleConnection.Builder fingerprint​(String fingerprint)
        The SSH public key fingerprint for the console connection.
        Parameters:
        fingerprint - the value to set
        Returns:
        this builder
      • serviceHostKeyFingerprint

        public ConsoleConnection.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
      • freeformTags

        public 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"}

        Parameters:
        freeformTags - the value to set
        Returns:
        this builder
      • lifecycleDetails

        public ConsoleConnection.Builder lifecycleDetails​(String lifecycleDetails)
        Information about the current lifecycle state.
        Parameters:
        lifecycleDetails - the value to set
        Returns:
        this builder