Interface ListCertificatesResponse.Builder

    • Method Detail

      • certificates

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

        The descriptions of the certificates.

        Parameters:
        certificates - The descriptions of the certificates.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • certificates

        ListCertificatesResponse.Builder certificates​(Certificate... certificates)

        The descriptions of the certificates.

        Parameters:
        certificates - The descriptions of the certificates.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextMarker

        ListCertificatesResponse.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.