public static interface ImportedWirelessDevice.Builder extends SdkPojo, CopyableBuilder<ImportedWirelessDevice.Builder,ImportedWirelessDevice>
| Modifier and Type | Method and Description |
|---|---|
default ImportedWirelessDevice.Builder |
sidewalk(Consumer<ImportedSidewalkDevice.Builder> sidewalk)
The Sidewalk-related information about a device that has been added to an import task.
|
ImportedWirelessDevice.Builder |
sidewalk(ImportedSidewalkDevice sidewalk)
The Sidewalk-related information about a device that has been added to an import task.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImportedWirelessDevice.Builder sidewalk(ImportedSidewalkDevice sidewalk)
The Sidewalk-related information about a device that has been added to an import task.
sidewalk - The Sidewalk-related information about a device that has been added to an import task.default ImportedWirelessDevice.Builder sidewalk(Consumer<ImportedSidewalkDevice.Builder> sidewalk)
The Sidewalk-related information about a device that has been added to an import task.
This is a convenience method that creates an instance of theImportedSidewalkDevice.Builder avoiding
the need to create one manually via ImportedSidewalkDevice.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to sidewalk(ImportedSidewalkDevice).
sidewalk - a consumer that will call methods on ImportedSidewalkDevice.Buildersidewalk(ImportedSidewalkDevice)Copyright © 2023. All rights reserved.