Interface IpamRouteOverlap.Builder

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

@Mutable @NotThreadSafe public static interface IpamRouteOverlap.Builder extends SdkPojo, CopyableBuilder<IpamRouteOverlap.Builder,IpamRouteOverlap>
  • Method Details

    • prefix

      The overlapping IP address prefix in CIDR notation.

      Parameters:
      prefix - The overlapping IP address prefix in CIDR notation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • asn

      The ASN originating the overlapping route.

      Parameters:
      asn - The ASN originating the overlapping route.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • detectedAt

      IpamRouteOverlap.Builder detectedAt(Instant detectedAt)

      The time when the overlap was detected.

      Parameters:
      detectedAt - The time when the overlap was detected.
      Returns:
      Returns a reference to this object so that method calls can be chained together.