Package com.oracle.bmc.datasafe.model
Class SqlFirewallConfig.Builder
- java.lang.Object
- 
- com.oracle.bmc.datasafe.model.SqlFirewallConfig.Builder
 
- 
- Enclosing class:
- SqlFirewallConfig
 
 public static class SqlFirewallConfig.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SqlFirewallConfigbuild()SqlFirewallConfig.Buildercopy(SqlFirewallConfig model)SqlFirewallConfig.BuilderexcludeJob(SqlFirewallConfig.ExcludeJob excludeJob)Specifies whether the firewall should include or exclude the database internal job activities.SqlFirewallConfig.Builderstatus(SqlFirewallConfig.Status status)Specifies if the firewall is enabled or disabled on the target database.SqlFirewallConfig.BuildertimeStatusUpdated(Date timeStatusUpdated)The most recent time when the firewall status is updated, in the format defined by RFC3339.SqlFirewallConfig.BuilderviolationLogAutoPurge(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.
 
- 
- 
- 
Method Detail- 
statuspublic SqlFirewallConfig.Builder status(SqlFirewallConfig.Status status) Specifies if the firewall is enabled or disabled on the target database.- Parameters:
- status- the value to set
- Returns:
- this builder
 
 - 
violationLogAutoPurgepublic 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.- Parameters:
- violationLogAutoPurge- the value to set
- Returns:
- this builder
 
 - 
excludeJobpublic SqlFirewallConfig.Builder excludeJob(SqlFirewallConfig.ExcludeJob excludeJob) Specifies whether the firewall should include or exclude the database internal job activities.- Parameters:
- excludeJob- the value to set
- Returns:
- this builder
 
 - 
timeStatusUpdatedpublic SqlFirewallConfig.Builder timeStatusUpdated(Date timeStatusUpdated) The most recent time when the firewall status is updated, in the format defined by RFC3339.- Parameters:
- timeStatusUpdated- the value to set
- Returns:
- this builder
 
 - 
buildpublic SqlFirewallConfig build() 
 - 
copypublic SqlFirewallConfig.Builder copy(SqlFirewallConfig model) 
 
- 
 
-