Class IcmpOptions.Builder
- java.lang.Object
-
- com.oracle.bmc.vnmonitoring.model.IcmpOptions.Builder
-
- Enclosing class:
- IcmpOptions
public static class IcmpOptions.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IcmpOptions
build()
IcmpOptions.Builder
code(Integer code)
The ICMP code (optional).IcmpOptions.Builder
copy(IcmpOptions model)
IcmpOptions.Builder
type(Integer type)
The ICMP type.
-
-
-
Method Detail
-
code
public IcmpOptions.Builder code(Integer code)
The ICMP code (optional).- Parameters:
code
- the value to set- Returns:
- this builder
-
type
public IcmpOptions.Builder type(Integer type)
The ICMP type.- Parameters:
type
- the value to set- Returns:
- this builder
-
build
public IcmpOptions build()
-
copy
public IcmpOptions.Builder copy(IcmpOptions model)
-
-