Interface ComponentStatusData.Builder

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

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

    • 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.
    • status

      Component status.

      Parameters:
      status - Component status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      Component status.

      Parameters:
      status - Component status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: