public static class FirewallPolicyEntryDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
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.
timeGenerated
- the value to setpublic 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.
timeStatusUpdated
- the value to setpublic FirewallPolicyEntryDetails build()
public FirewallPolicyEntryDetails.Builder copy(FirewallPolicyEntryDetails model)
Copyright © 2016–2024. All rights reserved.