Interface ImportedWirelessDevice.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ImportedWirelessDevice.Builder,ImportedWirelessDevice>,SdkBuilder<ImportedWirelessDevice.Builder,ImportedWirelessDevice>,SdkPojo
- Enclosing class:
- ImportedWirelessDevice
public static interface ImportedWirelessDevice.Builder extends SdkPojo, CopyableBuilder<ImportedWirelessDevice.Builder,ImportedWirelessDevice>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ImportedWirelessDevice.Buildersidewalk(Consumer<ImportedSidewalkDevice.Builder> sidewalk)The Sidewalk-related information about a device that has been added to an import task.ImportedWirelessDevice.Buildersidewalk(ImportedSidewalkDevice sidewalk)The Sidewalk-related information about a device that has been added to an import task.-
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 Detail
-
sidewalk
ImportedWirelessDevice.Builder sidewalk(ImportedSidewalkDevice sidewalk)
The Sidewalk-related information about a device that has been added to an import task.
- Parameters:
sidewalk- The Sidewalk-related information about a device that has been added to an import task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sidewalk
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.Builderavoiding the need to create one manually viaImportedSidewalkDevice.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosidewalk(ImportedSidewalkDevice).- Parameters:
sidewalk- a consumer that will call methods onImportedSidewalkDevice.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
sidewalk(ImportedSidewalkDevice)
-
-