Class IcmpApplication.Builder
- java.lang.Object
-
- com.oracle.bmc.networkfirewall.model.IcmpApplication.Builder
-
- Enclosing class:
- IcmpApplication
public static class IcmpApplication.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IcmpApplicationbuild()IcmpApplication.Buildercopy(IcmpApplication model)IcmpApplication.BuildericmpCode(Integer icmpCode)The value of the ICMP message Code (subtype) field as defined by RFC 792.IcmpApplication.BuildericmpType(Integer icmpType)The value of the ICMP message Type field as defined by RFC 792.IcmpApplication.Buildername(String name)IcmpApplication.BuilderparentResourceId(String parentResourceId)
-
-
-
Method Detail
-
name
public IcmpApplication.Builder name(String name)
-
parentResourceId
public IcmpApplication.Builder parentResourceId(String parentResourceId)
-
icmpType
public IcmpApplication.Builder icmpType(Integer icmpType)
The value of the ICMP message Type field as defined by RFC 792.- Parameters:
icmpType- the value to set- Returns:
- this builder
-
icmpCode
public IcmpApplication.Builder icmpCode(Integer icmpCode)
The value of the ICMP message Code (subtype) field as defined by RFC 792.- Parameters:
icmpCode- the value to set- Returns:
- this builder
-
build
public IcmpApplication build()
-
copy
public IcmpApplication.Builder copy(IcmpApplication model)
-
-