Package com.oracle.bmc.datasafe.model
Class FirewallPolicyEntryDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.datasafe.model.FirewallPolicyEntryDetails.Builder
 
- 
- Enclosing class:
- FirewallPolicyEntryDetails
 
 public static class FirewallPolicyEntryDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description FirewallPolicyEntryDetailsbuild()FirewallPolicyEntryDetails.Buildercopy(FirewallPolicyEntryDetails model)FirewallPolicyEntryDetails.BuildertimeGenerated(Date timeGenerated)The time the the SQL Firewall policy was generated on the target database, in the format defined by RFC3339.FirewallPolicyEntryDetails.BuildertimeStatusUpdated(Date timeStatusUpdated)The last date and time the status of the SQL Firewall policy was updated on the target database, in the format defined by RFC3339.
 
- 
- 
- 
Method Detail- 
timeGeneratedpublic FirewallPolicyEntryDetails.Builder timeGenerated(Date timeGenerated) The time the the SQL Firewall policy was generated on the target database, in the format defined by RFC3339.- Parameters:
- timeGenerated- the value to set
- Returns:
- this builder
 
 - 
timeStatusUpdatedpublic FirewallPolicyEntryDetails.Builder timeStatusUpdated(Date timeStatusUpdated) The last date and time the status of the SQL Firewall policy was updated on the target database, in the format defined by RFC3339.- Parameters:
- timeStatusUpdated- the value to set
- Returns:
- this builder
 
 - 
buildpublic FirewallPolicyEntryDetails build() 
 - 
copypublic FirewallPolicyEntryDetails.Builder copy(FirewallPolicyEntryDetails model) 
 
- 
 
-