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
Modifier and TypeMethodDescriptiondefault ImportedWirelessDevice.Buildersidewalk(Consumer<ImportedSidewalkDevice.Builder> sidewalk) The Sidewalk-related information about a device that has been added to an import task.sidewalk(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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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:
-