Interface IcmpTypeCode.Builder

All Superinterfaces:
Buildable, CopyableBuilder<IcmpTypeCode.Builder,IcmpTypeCode>, SdkBuilder<IcmpTypeCode.Builder,IcmpTypeCode>, SdkPojo
Enclosing class:
IcmpTypeCode

public static interface IcmpTypeCode.Builder extends SdkPojo, CopyableBuilder<IcmpTypeCode.Builder,IcmpTypeCode>
  • Method Details

    • code

      The ICMP code. A value of -1 means all codes for the specified ICMP type.

      Parameters:
      code - The ICMP code. A value of -1 means all codes for the specified ICMP type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The ICMP type. A value of -1 means all types.

      Parameters:
      type - The ICMP type. A value of -1 means all types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.