Class DbConnectionBundle.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • compartmentId

        public DbConnectionBundle.Builder compartmentId​(String compartmentId)
        The OCID of the compartment containing the database connection bundle.
        Parameters:
        compartmentId - the value to set
        Returns:
        this builder
      • displayName

        public DbConnectionBundle.Builder displayName​(String displayName)
        Display name for the connection bundle.
        Parameters:
        displayName - the value to set
        Returns:
        this builder
      • timeCreated

        public DbConnectionBundle.Builder timeCreated​(Date timeCreated)
        The time the database connection bundle was created.

        An RFC3339 formatted datetime string.

        Parameters:
        timeCreated - the value to set
        Returns:
        this builder
      • timeUpdated

        public DbConnectionBundle.Builder timeUpdated​(Date timeUpdated)
        The time the database connection bundle was updated.

        An RFC3339 formatted datetime string.

        Parameters:
        timeUpdated - the value to set
        Returns:
        this builder
      • timeLastRefreshed

        public DbConnectionBundle.Builder timeLastRefreshed​(Date timeLastRefreshed)
        The time the database connection bundle was last refreshed.

        An RFC3339 formatted datetime string.

        Parameters:
        timeLastRefreshed - the value to set
        Returns:
        this builder
      • associatedResourceDetails

        public DbConnectionBundle.Builder associatedResourceDetails​(List<AssociatedResourceDetails> associatedResourceDetails)
        Details about the resources associated with the connection bundle.
        Parameters:
        associatedResourceDetails - the value to set
        Returns:
        this builder
      • isProtected

        public DbConnectionBundle.Builder isProtected​(Boolean isProtected)
        True for the default, service-created Database Connection Bundle.
        Parameters:
        isProtected - the value to set
        Returns:
        this builder
      • freeformTags

        public DbConnectionBundle.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.

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