Interface ListCertificatesByCaResponse.Builder

    • Method Detail

      • certificates

        ListCertificatesByCaResponse.Builder certificates​(Collection<Certificate> certificates)

        The device certificates signed by the specified CA certificate.

        Parameters:
        certificates - The device certificates signed by the specified CA certificate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • certificates

        ListCertificatesByCaResponse.Builder certificates​(Certificate... certificates)

        The device certificates signed by the specified CA certificate.

        Parameters:
        certificates - The device certificates signed by the specified CA certificate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextMarker

        ListCertificatesByCaResponse.Builder nextMarker​(String nextMarker)

        The marker for the next set of results, or null if there are no additional results.

        Parameters:
        nextMarker - The marker for the next set of results, or null if there are no additional results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.