Class ReplicationConfig.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • isRpoEnforced

        public ReplicationConfig.Builder isRpoEnforced​(Boolean isRpoEnforced)
        Specifies if Recovery point objective (RPO) enforcement is enabled on the database system.
        Parameters:
        isRpoEnforced - the value to set
        Returns:
        this builder
      • rpoInSeconds

        public ReplicationConfig.Builder rpoInSeconds​(Long rpoInSeconds)
        Specifies the Recovery point objective (RPO) in seconds that will be enforced, if the isRpoEnforced flag is true.
        Parameters:
        rpoInSeconds - the value to set
        Returns:
        this builder