public static class UpdateSqlFirewallConfigDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateSqlFirewallConfigDetails |
build() |
UpdateSqlFirewallConfigDetails.Builder |
copy(UpdateSqlFirewallConfigDetails model) |
UpdateSqlFirewallConfigDetails.Builder |
excludeJob(UpdateSqlFirewallConfigDetails.ExcludeJob excludeJob)
Specifies whether the firewall should include or exclude the database internal job
activities.
|
UpdateSqlFirewallConfigDetails.Builder |
status(UpdateSqlFirewallConfigDetails.Status status)
Specifies whether the firewall is enabled or disabled on the target database.
|
UpdateSqlFirewallConfigDetails.Builder |
violationLogAutoPurge(UpdateSqlFirewallConfigDetails.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 UpdateSqlFirewallConfigDetails.Builder status(UpdateSqlFirewallConfigDetails.Status status)
Specifies whether the firewall is enabled or disabled on the target database.
status
- the value to setpublic UpdateSqlFirewallConfigDetails.Builder violationLogAutoPurge(UpdateSqlFirewallConfigDetails.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 UpdateSqlFirewallConfigDetails.Builder excludeJob(UpdateSqlFirewallConfigDetails.ExcludeJob excludeJob)
Specifies whether the firewall should include or exclude the database internal job activities.
excludeJob
- the value to setpublic UpdateSqlFirewallConfigDetails build()
public UpdateSqlFirewallConfigDetails.Builder copy(UpdateSqlFirewallConfigDetails model)
Copyright © 2016–2024. All rights reserved.