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