public static class SqlFirewallConfig.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SqlFirewallConfig |
build() |
SqlFirewallConfig.Builder |
copy(SqlFirewallConfig model) |
SqlFirewallConfig.Builder |
excludeJob(SqlFirewallConfig.ExcludeJob excludeJob)
Specifies whether the firewall should include or exclude the database internal job
activities.
|
SqlFirewallConfig.Builder |
status(SqlFirewallConfig.Status status)
Specifies if the firewall is enabled or disabled on the target database.
|
SqlFirewallConfig.Builder |
timeStatusUpdated(Date timeStatusUpdated)
The most recent time when the firewall status is updated, in the format defined by
RFC3339.
|
SqlFirewallConfig.Builder |
violationLogAutoPurge(SqlFirewallConfig.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.
|
public SqlFirewallConfig.Builder status(SqlFirewallConfig.Status status)
Specifies if the firewall is enabled or disabled on the target database.
status
- the value to setpublic SqlFirewallConfig.Builder violationLogAutoPurge(SqlFirewallConfig.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.
violationLogAutoPurge
- the value to setpublic SqlFirewallConfig.Builder excludeJob(SqlFirewallConfig.ExcludeJob excludeJob)
Specifies whether the firewall should include or exclude the database internal job activities.
excludeJob
- the value to setpublic SqlFirewallConfig.Builder timeStatusUpdated(Date timeStatusUpdated)
The most recent time when the firewall status is updated, in the format defined by RFC3339.
timeStatusUpdated
- the value to setpublic SqlFirewallConfig build()
public SqlFirewallConfig.Builder copy(SqlFirewallConfig model)
Copyright © 2016–2024. All rights reserved.