Interface EthernetStatus.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EthernetStatus.Builder,
,EthernetStatus> SdkBuilder<EthernetStatus.Builder,
,EthernetStatus> SdkPojo
- Enclosing class:
EthernetStatus
@Mutable
@NotThreadSafe
public static interface EthernetStatus.Builder
extends SdkPojo, CopyableBuilder<EthernetStatus.Builder,EthernetStatus>
-
Method Summary
Modifier and TypeMethodDescriptionconnectionStatus
(String connectionStatus) The device's connection status.connectionStatus
(NetworkConnectionStatus connectionStatus) The device's connection status.The device's physical address.The device's IP address.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, sdkFieldNameToField, sdkFields
-
Method Details
-
connectionStatus
The device's connection status.
- Parameters:
connectionStatus
- The device's connection status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
connectionStatus
The device's connection status.
- Parameters:
connectionStatus
- The device's connection status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
hwAddress
The device's physical address.
- Parameters:
hwAddress
- The device's physical address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipAddress
The device's IP address.
- Parameters:
ipAddress
- The device's IP address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-