Interface ImportedSidewalkDevice.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ImportedSidewalkDevice.Builder,
,ImportedSidewalkDevice> SdkBuilder<ImportedSidewalkDevice.Builder,
,ImportedSidewalkDevice> SdkPojo
- Enclosing class:
ImportedSidewalkDevice
@Mutable
@NotThreadSafe
public static interface ImportedSidewalkDevice.Builder
extends SdkPojo, CopyableBuilder<ImportedSidewalkDevice.Builder,ImportedSidewalkDevice>
-
Method Summary
Modifier and TypeMethodDescriptionlastUpdateTime
(Instant lastUpdateTime) The time at which the status information was last updated.onboardingStatus
(String onboardingStatus) The onboarding status of the Sidewalk device in the import task.onboardingStatus
(OnboardStatus onboardingStatus) The onboarding status of the Sidewalk device in the import task.onboardingStatusReason
(String onboardingStatusReason) The reason for the onboarding status information for the Sidewalk device.sidewalkManufacturingSn
(String sidewalkManufacturingSn) The Sidewalk manufacturing serial number (SMSN) of the Sidewalk device.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
-
sidewalkManufacturingSn
The Sidewalk manufacturing serial number (SMSN) of the Sidewalk device.
- Parameters:
sidewalkManufacturingSn
- The Sidewalk manufacturing serial number (SMSN) of the Sidewalk device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
onboardingStatus
The onboarding status of the Sidewalk device in the import task.
- Parameters:
onboardingStatus
- The onboarding status of the Sidewalk device in the import task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
onboardingStatus
The onboarding status of the Sidewalk device in the import task.
- Parameters:
onboardingStatus
- The onboarding status of the Sidewalk device in the import task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
onboardingStatusReason
The reason for the onboarding status information for the Sidewalk device.
- Parameters:
onboardingStatusReason
- The reason for the onboarding status information for the Sidewalk device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdateTime
The time at which the status information was last updated.
- Parameters:
lastUpdateTime
- The time at which the status information was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-