Class Icmp6Application.Builder
- java.lang.Object
- 
- com.oracle.bmc.networkfirewall.model.Icmp6Application.Builder
 
- 
- Enclosing class:
- Icmp6Application
 
 public static class Icmp6Application.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Icmp6Applicationbuild()Icmp6Application.Buildercopy(Icmp6Application model)Icmp6Application.BuildericmpCode(Integer icmpCode)The value of the ICMP6 message Code (subtype) field as defined by RFC 4443.Icmp6Application.BuildericmpType(Integer icmpType)The value of the ICMP6 message Type field as defined by RFC 4443.Icmp6Application.Buildername(String name)Icmp6Application.BuilderparentResourceId(String parentResourceId)
 
- 
- 
- 
Method Detail- 
namepublic Icmp6Application.Builder name(String name) 
 - 
parentResourceIdpublic Icmp6Application.Builder parentResourceId(String parentResourceId) 
 - 
icmpTypepublic Icmp6Application.Builder icmpType(Integer icmpType) The value of the ICMP6 message Type field as defined by RFC 4443.- Parameters:
- icmpType- the value to set
- Returns:
- this builder
 
 - 
icmpCodepublic Icmp6Application.Builder icmpCode(Integer icmpCode) The value of the ICMP6 message Code (subtype) field as defined by RFC 4443.- Parameters:
- icmpCode- the value to set
- Returns:
- this builder
 
 - 
buildpublic Icmp6Application build() 
 - 
copypublic Icmp6Application.Builder copy(Icmp6Application model) 
 
- 
 
-