Interface CoreNetworkChangeEventValues.Builder

    • Method Detail

      • edgeLocation

        CoreNetworkChangeEventValues.Builder edgeLocation​(String edgeLocation)

        The edge location for the core network change event.

        Parameters:
        edgeLocation - The edge location for the core network change event.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • segmentName

        CoreNetworkChangeEventValues.Builder segmentName​(String segmentName)

        The segment name if the change event is associated with a segment.

        Parameters:
        segmentName - The segment name if the change event is associated with a segment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attachmentId

        CoreNetworkChangeEventValues.Builder attachmentId​(String attachmentId)

        The ID of the attachment if the change event is associated with an attachment.

        Parameters:
        attachmentId - The ID of the attachment if the change event is associated with an attachment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cidr

        CoreNetworkChangeEventValues.Builder cidr​(String cidr)

        For a STATIC_ROUTE event, this is the IP address.

        Parameters:
        cidr - For a STATIC_ROUTE event, this is the IP address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.