| Package | Description |
|---|---|
| software.amazon.awssdk.services.groundstation.model |
| Modifier and Type | Method and Description |
|---|---|
static ComponentStatusData.Builder |
ComponentStatusData.builder() |
ComponentStatusData.Builder |
ComponentStatusData.Builder.bytesReceived(Long bytesReceived)
Bytes received by the component.
|
ComponentStatusData.Builder |
ComponentStatusData.Builder.bytesSent(Long bytesSent)
Bytes sent by the component.
|
ComponentStatusData.Builder |
ComponentStatusData.Builder.capabilityArn(String capabilityArn)
Capability ARN of the component.
|
ComponentStatusData.Builder |
ComponentStatusData.Builder.componentType(String componentType)
The Component type.
|
ComponentStatusData.Builder |
ComponentStatusData.Builder.dataflowId(String dataflowId)
Dataflow UUID associated with the component.
|
ComponentStatusData.Builder |
ComponentStatusData.Builder.packetsDropped(Long packetsDropped)
Packets dropped by component.
|
ComponentStatusData.Builder |
ComponentStatusData.Builder.status(AgentStatus status)
Component status.
|
ComponentStatusData.Builder |
ComponentStatusData.Builder.status(String status)
Component status.
|
ComponentStatusData.Builder |
ComponentStatusData.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ComponentStatusData.Builder> |
ComponentStatusData.serializableBuilderClass() |
Copyright © 2023. All rights reserved.