Interface ComponentStatusData.Builder

    • Method Detail

      • bytesReceived

        ComponentStatusData.Builder bytesReceived​(Long bytesReceived)

        Bytes received by the component.

        Parameters:
        bytesReceived - Bytes received by the component.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • bytesSent

        ComponentStatusData.Builder bytesSent​(Long bytesSent)

        Bytes sent by the component.

        Parameters:
        bytesSent - Bytes sent by the component.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • capabilityArn

        ComponentStatusData.Builder capabilityArn​(String capabilityArn)

        Capability ARN of the component.

        Parameters:
        capabilityArn - Capability ARN of the component.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • componentType

        ComponentStatusData.Builder componentType​(String componentType)

        The Component type.

        Parameters:
        componentType - The Component type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataflowId

        ComponentStatusData.Builder dataflowId​(String dataflowId)

        Dataflow UUID associated with the component.

        Parameters:
        dataflowId - Dataflow UUID associated with the component.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • packetsDropped

        ComponentStatusData.Builder packetsDropped​(Long packetsDropped)

        Packets dropped by component.

        Parameters:
        packetsDropped - Packets dropped by component.
        Returns:
        Returns a reference to this object so that method calls can be chained together.