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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FirewallPolicyEntryDetails
build()
FirewallPolicyEntryDetails.Builder
copy(FirewallPolicyEntryDetails model)
FirewallPolicyEntryDetails.Builder
timeGenerated(Date timeGenerated)
The time the the SQL Firewall policy was generated on the target database, in the format defined by RFC3339.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.
-
-
-
Method Detail
-
timeGenerated
public 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
-
timeStatusUpdated
public 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
-
build
public FirewallPolicyEntryDetails build()
-
copy
public FirewallPolicyEntryDetails.Builder copy(FirewallPolicyEntryDetails model)
-
-