Interface SidewalkGetDeviceProfile.Builder

    • Method Detail

      • applicationServerPublicKey

        SidewalkGetDeviceProfile.Builder applicationServerPublicKey​(String applicationServerPublicKey)

        The Sidewalk application server public key.

        Parameters:
        applicationServerPublicKey - The Sidewalk application server public key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • qualificationStatus

        SidewalkGetDeviceProfile.Builder qualificationStatus​(Boolean qualificationStatus)

        Gets information about the certification status of a Sidewalk device profile.

        Parameters:
        qualificationStatus - Gets information about the certification status of a Sidewalk device profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dakCertificateMetadata

        SidewalkGetDeviceProfile.Builder dakCertificateMetadata​(Collection<DakCertificateMetadata> dakCertificateMetadata)

        The DAK certificate information of the Sidewalk device profile.

        Parameters:
        dakCertificateMetadata - The DAK certificate information of the Sidewalk device profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dakCertificateMetadata

        SidewalkGetDeviceProfile.Builder dakCertificateMetadata​(DakCertificateMetadata... dakCertificateMetadata)

        The DAK certificate information of the Sidewalk device profile.

        Parameters:
        dakCertificateMetadata - The DAK certificate information of the Sidewalk device profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.