Class NetworkFirewallPolicy.Builder
- java.lang.Object
- 
- com.oracle.bmc.networkfirewall.model.NetworkFirewallPolicy.Builder
 
- 
- Enclosing class:
- NetworkFirewallPolicy
 
 public static class NetworkFirewallPolicy.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description NetworkFirewallPolicy.BuilderattachedNetworkFirewallCount(Integer attachedNetworkFirewallCount)Count of number of Network Firewall attached to the Policy.NetworkFirewallPolicybuild()NetworkFirewallPolicy.BuildercompartmentId(String compartmentId)The OCID of the compartment containing the NetworkFirewall Policy.NetworkFirewallPolicy.Buildercopy(NetworkFirewallPolicy model)NetworkFirewallPolicy.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.NetworkFirewallPolicy.BuilderdisplayName(String displayName)A user-friendly optional name for the firewall policy.NetworkFirewallPolicy.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.NetworkFirewallPolicy.Builderid(String id)The OCID of the resource - Network Firewall Policy.NetworkFirewallPolicy.BuilderlifecycleDetails(String lifecycleDetails)A message describing the current state in more detail.NetworkFirewallPolicy.BuilderlifecycleState(LifecycleState lifecycleState)The current state of the Network Firewall Policy.NetworkFirewallPolicy.BuildersystemTags(Map<String,Map<String,Object>> systemTags)Usage of system tag keys.NetworkFirewallPolicy.BuildertimeCreated(Date timeCreated)The time instant at which the Network Firewall Policy was created in the format defined by RFC3339.NetworkFirewallPolicy.BuildertimeUpdated(Date timeUpdated)The time instant at which the Network Firewall Policy was updated in the format defined by RFC3339.
 
- 
- 
- 
Method Detail- 
idpublic NetworkFirewallPolicy.Builder id(String id) The OCID of the resource - Network Firewall Policy.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic NetworkFirewallPolicy.Builder compartmentId(String compartmentId) The OCID of the compartment containing the NetworkFirewall Policy.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic NetworkFirewallPolicy.Builder displayName(String displayName) A user-friendly optional name for the firewall policy.Avoid entering confidential information. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic NetworkFirewallPolicy.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 - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic NetworkFirewallPolicy.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 - Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic NetworkFirewallPolicy.Builder lifecycleState(LifecycleState lifecycleState) The current state of the Network Firewall Policy.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic NetworkFirewallPolicy.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. - Parameters:
- lifecycleDetails- the value to set
- Returns:
- this builder
 
 - 
attachedNetworkFirewallCountpublic NetworkFirewallPolicy.Builder attachedNetworkFirewallCount(Integer attachedNetworkFirewallCount) Count of number of Network Firewall attached to the Policy.- Parameters:
- attachedNetworkFirewallCount- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic NetworkFirewallPolicy.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”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic NetworkFirewallPolicy.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”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
systemTagspublic NetworkFirewallPolicy.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”}} - Parameters:
- systemTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic NetworkFirewallPolicy build() 
 - 
copypublic NetworkFirewallPolicy.Builder copy(NetworkFirewallPolicy model) 
 
- 
 
-