Interface ListCertificatesResponse.Builder

    • Method Detail

      • nextToken

        ListCertificatesResponse.Builder nextToken​(String nextToken)

        Returns the next token, which you can use to list the next certificate.

        Parameters:
        nextToken - Returns the next token, which you can use to list the next certificate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • certificates

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

        Returns an array of the certificates that are specified in the ListCertificates call.

        Parameters:
        certificates - Returns an array of the certificates that are specified in the ListCertificates call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • certificates

        ListCertificatesResponse.Builder certificates​(ListedCertificate... certificates)

        Returns an array of the certificates that are specified in the ListCertificates call.

        Parameters:
        certificates - Returns an array of the certificates that are specified in the ListCertificates call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.