Class UpdateDataGuardDetails.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • databaseAdminPassword

        public UpdateDataGuardDetails.Builder databaseAdminPassword​(String databaseAdminPassword)
        The administrator password of the primary database in this Data Guard association.

        *The password MUST be the same as the primary admin password.**

        Parameters:
        databaseAdminPassword - the value to set
        Returns:
        this builder
      • transportType

        public UpdateDataGuardDetails.Builder transportType​(UpdateDataGuardDetails.TransportType transportType)
        The redo transport type to use for this Data Guard association.

        Valid values depend on the specified protectionMode:

        MAXIMUM_AVAILABILITY - SYNC or FASTSYNC * MAXIMUM_PERFORMANCE - ASYNC * MAXIMUM_PROTECTION - SYNC

        For more information, see [Redo Transport Services](http://docs.oracle.com/database/122/SBYDB/oracle-data-guard-redo-transport-services.htm#SBYDB00400) in the Oracle Data Guard documentation.

        *IMPORTANT** - The only transport type currently supported by the Database service is ASYNC.

        Parameters:
        transportType - the value to set
        Returns:
        this builder
      • isActiveDataGuardEnabled

        public UpdateDataGuardDetails.Builder isActiveDataGuardEnabled​(Boolean isActiveDataGuardEnabled)
        True if active Data Guard is enabled.
        Parameters:
        isActiveDataGuardEnabled - the value to set
        Returns:
        this builder