Interface GetManagedThingCertificateResponse.Builder

  • Method Details

    • managedThingId

      GetManagedThingCertificateResponse.Builder managedThingId(String managedThingId)

      The identifier of the managed thing.

      Parameters:
      managedThingId - The identifier of the managed thing.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • certificatePem

      GetManagedThingCertificateResponse.Builder certificatePem(String certificatePem)

      The PEM-encoded certificate for the managed thing.

      Parameters:
      certificatePem - The PEM-encoded certificate for the managed thing.
      Returns:
      Returns a reference to this object so that method calls can be chained together.