Class FirewallConfig.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • violationLogAutoPurge

        public FirewallConfig.Builder violationLogAutoPurge​(FirewallConfig.ViolationLogAutoPurge violationLogAutoPurge)
        Specifies whether Data Safe should automatically purge the violation logs from the database after collecting the violation logs and persisting on Data Safe.
        Parameters:
        violationLogAutoPurge - the value to set
        Returns:
        this builder
      • excludeJob

        public FirewallConfig.Builder excludeJob​(FirewallConfig.ExcludeJob excludeJob)
        Specifies whether the firewall should include or exclude the database internal job activities.
        Parameters:
        excludeJob - the value to set
        Returns:
        this builder
      • timeStatusUpdated

        public FirewallConfig.Builder timeStatusUpdated​(Date timeStatusUpdated)
        The date and time the firewall configuration was last updated, in the format defined by RFC3339.
        Parameters:
        timeStatusUpdated - the value to set
        Returns:
        this builder