Class DatabaseRegistrationSummary.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • timeCreated

        public DatabaseRegistrationSummary.Builder timeCreated​(Date timeCreated)
        The time the resource was created.

        The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.

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

        public DatabaseRegistrationSummary.Builder timeUpdated​(Date timeUpdated)
        The time the resource was last updated.

        The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.

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

        public DatabaseRegistrationSummary.Builder lifecycleDetails​(String lifecycleDetails)
        Describes the object’s current state in detail.

        For example, it can be used to provide actionable information for a resource in a Failed state.

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

        public DatabaseRegistrationSummary.Builder freeformTags​(Map<String,​String> freeformTags)
        A simple key-value pair that is applied without any predefined name, type, or scope.

        Exists for cross-compatibility only.

        Example: {"bar-key": "value"}

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

        public DatabaseRegistrationSummary.Builder definedTags​(Map<String,​Map<String,​Object>> definedTags)
        Tags defined for this resource.

        Each key is predefined and scoped to a namespace.

        Example: {"foo-namespace": {"bar-key": "value"}}

        Parameters:
        definedTags - the value to set
        Returns:
        this builder
      • systemTags

        public DatabaseRegistrationSummary.Builder systemTags​(Map<String,​Map<String,​Object>> systemTags)
        The system tags associated with this resource, if any.

        The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags.

        Example: {orcl-cloud: {free-tier-retain: true}}

        Parameters:
        systemTags - the value to set
        Returns:
        this builder
      • username

        public DatabaseRegistrationSummary.Builder username​(String username)
        The username Oracle GoldenGate uses to connect the associated system of the given technology.

        This username must already exist and be available by the system/application to be connected to and must conform to the case sensitivty requirments defined in it.

        Parameters:
        username - the value to set
        Returns:
        this builder
      • connectionString

        public DatabaseRegistrationSummary.Builder connectionString​(String connectionString)
        Connect descriptor or Easy Connect Naming method used to connect to a database.
        Parameters:
        connectionString - the value to set
        Returns:
        this builder
      • sessionMode

        public DatabaseRegistrationSummary.Builder sessionMode​(DatabaseRegistrationSummary.SessionMode sessionMode)
        The mode of the database connection session to be established by the data client.

        ‘REDIRECT’ - for a RAC database, ‘DIRECT’ - for a non-RAC database. Connection to a RAC database involves a redirection received from the SCAN listeners to the database node to connect to. By default the mode would be DIRECT.

        Parameters:
        sessionMode - the value to set
        Returns:
        this builder
      • secretId

        public DatabaseRegistrationSummary.Builder secretId​(String secretId)
        The OCID of the customer’s GoldenGate Service Secret.

        If provided, it references a key that customers will be required to ensure the policies are established to permit GoldenGate to use this Secret.

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