Interface ImportedSidewalkDevice.Builder

    • Method Detail

      • sidewalkManufacturingSn

        ImportedSidewalkDevice.Builder sidewalkManufacturingSn​(String 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

        ImportedSidewalkDevice.Builder onboardingStatus​(String 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:
        OnboardStatus, OnboardStatus
      • onboardingStatus

        ImportedSidewalkDevice.Builder onboardingStatus​(OnboardStatus 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:
        OnboardStatus, OnboardStatus
      • onboardingStatusReason

        ImportedSidewalkDevice.Builder onboardingStatusReason​(String 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

        ImportedSidewalkDevice.Builder lastUpdateTime​(Instant 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.