public static interface ComponentStatusData.Builder extends SdkPojo, CopyableBuilder<ComponentStatusData.Builder,ComponentStatusData>
| Modifier and Type | Method and Description |
|---|---|
ComponentStatusData.Builder |
bytesReceived(Long bytesReceived)
Bytes received by the component.
|
ComponentStatusData.Builder |
bytesSent(Long bytesSent)
Bytes sent by the component.
|
ComponentStatusData.Builder |
capabilityArn(String capabilityArn)
Capability ARN of the component.
|
ComponentStatusData.Builder |
componentType(String componentType)
The Component type.
|
ComponentStatusData.Builder |
dataflowId(String dataflowId)
Dataflow UUID associated with the component.
|
ComponentStatusData.Builder |
packetsDropped(Long packetsDropped)
Packets dropped by component.
|
ComponentStatusData.Builder |
status(AgentStatus status)
Component status.
|
ComponentStatusData.Builder |
status(String status)
Component status.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildComponentStatusData.Builder bytesReceived(Long bytesReceived)
Bytes received by the component.
bytesReceived - Bytes received by the component.ComponentStatusData.Builder bytesSent(Long bytesSent)
Bytes sent by the component.
bytesSent - Bytes sent by the component.ComponentStatusData.Builder capabilityArn(String capabilityArn)
Capability ARN of the component.
capabilityArn - Capability ARN of the component.ComponentStatusData.Builder componentType(String componentType)
The Component type.
componentType - The Component type.ComponentStatusData.Builder dataflowId(String dataflowId)
Dataflow UUID associated with the component.
dataflowId - Dataflow UUID associated with the component.ComponentStatusData.Builder packetsDropped(Long packetsDropped)
Packets dropped by component.
packetsDropped - Packets dropped by component.ComponentStatusData.Builder status(String status)
Component status.
status - Component status.AgentStatus,
AgentStatusComponentStatusData.Builder status(AgentStatus status)
Component status.
status - Component status.AgentStatus,
AgentStatusCopyright © 2023. All rights reserved.