Class NetworkLoadBalancerSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.networkloadbalancer.model.NetworkLoadBalancerSummary.Builder
 
- 
- Enclosing class:
- NetworkLoadBalancerSummary
 
 public static class NetworkLoadBalancerSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description NetworkLoadBalancerSummary.BuilderbackendSets(Map<String,BackendSet> backendSets)Backend sets associated with the network load balancer.NetworkLoadBalancerSummarybuild()NetworkLoadBalancerSummary.BuildercompartmentId(String compartmentId)The OCID of the compartment containing the network load balancer.NetworkLoadBalancerSummary.Buildercopy(NetworkLoadBalancerSummary model)NetworkLoadBalancerSummary.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.NetworkLoadBalancerSummary.BuilderdisplayName(String displayName)A user-friendly name, which does not have to be unique, and can be changed.NetworkLoadBalancerSummary.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.NetworkLoadBalancerSummary.Builderid(String id)The OCID of the network load balancer.NetworkLoadBalancerSummary.BuilderipAddresses(List<IpAddress> ipAddresses)An array of IP addresses.NetworkLoadBalancerSummary.BuilderisPreserveSourceDestination(Boolean isPreserveSourceDestination)When enabled, the skipSourceDestinationCheck parameter is automatically enabled on the load balancer VNIC.NetworkLoadBalancerSummary.BuilderisPrivate(Boolean isPrivate)Whether the network load balancer has a virtual cloud network-local (private) IP address.NetworkLoadBalancerSummary.BuilderisSymmetricHashEnabled(Boolean isSymmetricHashEnabled)This can only be enabled when NLB is working in transparent mode with source destination header preservation enabled.NetworkLoadBalancerSummary.BuilderlifecycleDetails(String lifecycleDetails)A message describing the current state in more detail.NetworkLoadBalancerSummary.BuilderlifecycleState(LifecycleState lifecycleState)The current state of the network load balancer.NetworkLoadBalancerSummary.Builderlisteners(Map<String,Listener> listeners)Listeners associated with the network load balancer.NetworkLoadBalancerSummary.BuildernetworkSecurityGroupIds(List<String> networkSecurityGroupIds)An array of network security groups OCIDs associated with the network load balancer.NetworkLoadBalancerSummary.BuildernlbIpVersion(NlbIpVersion nlbIpVersion)IP version associated with the NLB.NetworkLoadBalancerSummary.BuildersecurityAttributes(Map<String,Map<String,Object>> securityAttributes)ZPR tags for this resource.NetworkLoadBalancerSummary.BuildersubnetId(String subnetId)The subnet in which the network load balancer is spawned OCIDs.NetworkLoadBalancerSummary.BuildersystemTags(Map<String,Map<String,Object>> systemTags)Key-value pair representing system tags’ keys and values scoped to a namespace.NetworkLoadBalancerSummary.BuildertimeCreated(Date timeCreated)The date and time the network load balancer was created, in the format defined by RFC3339.NetworkLoadBalancerSummary.BuildertimeUpdated(Date timeUpdated)The time the network load balancer was updated.
 
- 
- 
- 
Method Detail- 
idpublic NetworkLoadBalancerSummary.Builder id(String id) The OCID of the network load balancer.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic NetworkLoadBalancerSummary.Builder compartmentId(String compartmentId) The OCID of the compartment containing the network load balancer.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic NetworkLoadBalancerSummary.Builder displayName(String displayName) A user-friendly name, which does not have to be unique, and can be changed.Example: example_load_balancer - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic NetworkLoadBalancerSummary.Builder lifecycleState(LifecycleState lifecycleState) The current state of the network load balancer.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic NetworkLoadBalancerSummary.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
 
 - 
nlbIpVersionpublic NetworkLoadBalancerSummary.Builder nlbIpVersion(NlbIpVersion nlbIpVersion) IP version associated with the NLB.- Parameters:
- nlbIpVersion- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic NetworkLoadBalancerSummary.Builder timeCreated(Date timeCreated) The date and time the network load balancer was created, in the format defined by RFC3339.Example: 2020-05-01T21:10:29.600Z - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic NetworkLoadBalancerSummary.Builder timeUpdated(Date timeUpdated) The time the network load balancer was updated.An RFC3339 formatted date-time string. Example: 2020-05-01T22:10:29.600Z - Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
ipAddressespublic NetworkLoadBalancerSummary.Builder ipAddresses(List<IpAddress> ipAddresses) An array of IP addresses.- Parameters:
- ipAddresses- the value to set
- Returns:
- this builder
 
 - 
isPrivatepublic NetworkLoadBalancerSummary.Builder isPrivate(Boolean isPrivate) Whether the network load balancer has a virtual cloud network-local (private) IP address.If "true", then the service assigns a private IP address to the network load balancer. If "false", then the service assigns a public IP address to the network load balancer. A public network load balancer is accessible from the internet, depending the [security list rules](https://docs.oracle.com/iaas/Content/network/Concepts/securitylists.htm) for your virtual cloudn network. For more information about public and private network load balancers, see [Network Load Balancer Types](https://docs.oracle.com/iaas/Content/NetworkLoadBalancer/introduction.htm#NetworkLoadBalancerTypes). This value is true by default. Example: true - Parameters:
- isPrivate- the value to set
- Returns:
- this builder
 
 - 
isPreserveSourceDestinationpublic NetworkLoadBalancerSummary.Builder isPreserveSourceDestination(Boolean isPreserveSourceDestination) When enabled, the skipSourceDestinationCheck parameter is automatically enabled on the load balancer VNIC.Packets are sent to the backend set without any changes to the source and destination IP. - Parameters:
- isPreserveSourceDestination- the value to set
- Returns:
- this builder
 
 - 
isSymmetricHashEnabledpublic NetworkLoadBalancerSummary.Builder isSymmetricHashEnabled(Boolean isSymmetricHashEnabled) This can only be enabled when NLB is working in transparent mode with source destination header preservation enabled.This removes the additional dependency from NLB backends(like Firewalls) to perform SNAT. - Parameters:
- isSymmetricHashEnabled- the value to set
- Returns:
- this builder
 
 - 
subnetIdpublic NetworkLoadBalancerSummary.Builder subnetId(String subnetId) The subnet in which the network load balancer is spawned OCIDs.- Parameters:
- subnetId- the value to set
- Returns:
- this builder
 
 - 
networkSecurityGroupIdspublic NetworkLoadBalancerSummary.Builder networkSecurityGroupIds(List<String> networkSecurityGroupIds) An array of network security groups OCIDs associated with the network load balancer.During the creation of the network load balancer, the service adds the new load balancer to the specified network security groups. The benefits of associating the network load balancer with network security groups include: Network security groups define network security rules to govern ingress and egress traffic for the network load balancer. The network security rules of other resources can reference the network security groups associated with the network load balancer to ensure access. Example: ["ocid1.nsg.oc1.phx.unique_ID"] - Parameters:
- networkSecurityGroupIds- the value to set
- Returns:
- this builder
 
 - 
listenerspublic NetworkLoadBalancerSummary.Builder listeners(Map<String,Listener> listeners) Listeners associated with the network load balancer.- Parameters:
- listeners- the value to set
- Returns:
- this builder
 
 - 
backendSetspublic NetworkLoadBalancerSummary.Builder backendSets(Map<String,BackendSet> backendSets) Backend sets associated with the network load balancer.- Parameters:
- backendSets- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic NetworkLoadBalancerSummary.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
 
 - 
securityAttributespublic NetworkLoadBalancerSummary.Builder securityAttributes(Map<String,Map<String,Object>> securityAttributes) ZPR 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: { "oracle-zpr": { "td": { "value": "42", "mode": "audit" } } } - Parameters:
- securityAttributes- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic NetworkLoadBalancerSummary.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 NetworkLoadBalancerSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags) Key-value pair representing system tags’ keys and values scoped to a namespace.Example: {“bar-key”: “value”} - Parameters:
- systemTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic NetworkLoadBalancerSummary build() 
 - 
copypublic NetworkLoadBalancerSummary.Builder copy(NetworkLoadBalancerSummary model) 
 
- 
 
-