public static interface EthernetPayload.Builder extends SdkPojo, CopyableBuilder<EthernetPayload.Builder,EthernetPayload>
| Modifier and Type | Method and Description |
|---|---|
EthernetPayload.Builder |
connectionType(ConnectionType connectionType)
How the device gets an IP address.
|
EthernetPayload.Builder |
connectionType(String connectionType)
How the device gets an IP address.
|
default EthernetPayload.Builder |
staticIpConnectionInfo(Consumer<StaticIpConnectionInfo.Builder> staticIpConnectionInfo)
Network configuration for a static IP connection.
|
EthernetPayload.Builder |
staticIpConnectionInfo(StaticIpConnectionInfo staticIpConnectionInfo)
Network configuration for a static IP connection.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEthernetPayload.Builder connectionType(String connectionType)
How the device gets an IP address.
connectionType - How the device gets an IP address.ConnectionType,
ConnectionTypeEthernetPayload.Builder connectionType(ConnectionType connectionType)
How the device gets an IP address.
connectionType - How the device gets an IP address.ConnectionType,
ConnectionTypeEthernetPayload.Builder staticIpConnectionInfo(StaticIpConnectionInfo staticIpConnectionInfo)
Network configuration for a static IP connection.
staticIpConnectionInfo - Network configuration for a static IP connection.default EthernetPayload.Builder staticIpConnectionInfo(Consumer<StaticIpConnectionInfo.Builder> staticIpConnectionInfo)
Network configuration for a static IP connection.
This is a convenience method that creates an instance of theStaticIpConnectionInfo.Builder avoiding
the need to create one manually via StaticIpConnectionInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to staticIpConnectionInfo(StaticIpConnectionInfo).
staticIpConnectionInfo - a consumer that will call methods on StaticIpConnectionInfo.BuilderstaticIpConnectionInfo(StaticIpConnectionInfo)Copyright © 2023. All rights reserved.