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 Summary
Modifier and TypeMethodDescriptionbytesReceived
(Long bytesReceived) Bytes received by the component.Bytes sent by the component.capabilityArn
(String capabilityArn) Capability ARN of the component.componentType
(String componentType) The Component type.dataflowId
(String dataflowId) Dataflow UUID associated with the component.packetsDropped
(Long packetsDropped) Packets dropped by component.Component status.status
(AgentStatus status) Component status.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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
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
The Component type.
- Parameters:
componentType
- The Component type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
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:
-