public static class NetworkFirewallPolicySummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
NetworkFirewallPolicySummary |
build() |
NetworkFirewallPolicySummary.Builder |
compartmentId(String compartmentId)
The OCID
of the compartment containing the NetworkFirewall Policy.
|
NetworkFirewallPolicySummary.Builder |
copy(NetworkFirewallPolicySummary model) |
NetworkFirewallPolicySummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
NetworkFirewallPolicySummary.Builder |
displayName(String displayName)
A user-friendly optional name for the firewall policy.
|
NetworkFirewallPolicySummary.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
NetworkFirewallPolicySummary.Builder |
id(String id)
The OCID
of the resource - Network Firewall Policy.
|
NetworkFirewallPolicySummary.Builder |
lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.
|
NetworkFirewallPolicySummary.Builder |
lifecycleState(LifecycleState lifecycleState)
The current lifecycle state of the Network Firewall Policy.
|
NetworkFirewallPolicySummary.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
NetworkFirewallPolicySummary.Builder |
timeCreated(Date timeCreated)
The time instant at which the Network Firewall Policy was created in the format defined
by RFC3339.
|
NetworkFirewallPolicySummary.Builder |
timeUpdated(Date timeUpdated)
The time instant at which the Network Firewall Policy was updated in the format defined
by RFC3339.
|
public NetworkFirewallPolicySummary.Builder id(String id)
The OCID of the resource - Network Firewall Policy.
id
- the value to setpublic NetworkFirewallPolicySummary.Builder compartmentId(String compartmentId)
The OCID of the compartment containing the NetworkFirewall Policy.
compartmentId
- the value to setpublic NetworkFirewallPolicySummary.Builder displayName(String displayName)
A user-friendly optional name for the firewall policy. Avoid entering confidential information.
displayName
- the value to setpublic NetworkFirewallPolicySummary.Builder timeCreated(Date timeCreated)
The time instant at which the Network Firewall Policy was created in the format defined
by RFC3339. Example: 2016-08-25T21:10:29.600Z
timeCreated
- the value to setpublic NetworkFirewallPolicySummary.Builder timeUpdated(Date timeUpdated)
The time instant at which the Network Firewall Policy was updated in the format defined
by RFC3339. Example: 2016-08-25T21:10:29.600Z
timeUpdated
- the value to setpublic NetworkFirewallPolicySummary.Builder lifecycleState(LifecycleState lifecycleState)
The current lifecycle state of the Network Firewall Policy.
lifecycleState
- the value to setpublic NetworkFirewallPolicySummary.Builder lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
lifecycleDetails
- the value to setpublic NetworkFirewallPolicySummary.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined
name, type, or namespace. For more information, see Resource
Tags. Example:
{"Department": "Finance"}
freeformTags
- the value to setpublic NetworkFirewallPolicySummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. For
more information, see Resource
Tags. Example:
{"Operations": {"CostCenter": "42"}}
definedTags
- the value to setpublic NetworkFirewallPolicySummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud": {"free-tier-retained": "true"}}
systemTags
- the value to setpublic NetworkFirewallPolicySummary build()
public NetworkFirewallPolicySummary.Builder copy(NetworkFirewallPolicySummary model)
Copyright © 2016–2024. All rights reserved.