Interface ListCertificatesResponse.Builder

    • Method Detail

      • nextToken

        ListCertificatesResponse.Builder nextToken​(String nextToken)

        Indicates whether another page of certificates is available when the number of available certificates exceeds the page limit.

        Parameters:
        nextToken - Indicates whether another page of certificates is available when the number of available certificates exceeds the page limit.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • certificatesInfo

        ListCertificatesResponse.Builder certificatesInfo​(Collection<CertificateInfo> certificatesInfo)

        A list of certificates with basic details including certificate ID, certificate common name, certificate state.

        Parameters:
        certificatesInfo - A list of certificates with basic details including certificate ID, certificate common name, certificate state.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • certificatesInfo

        ListCertificatesResponse.Builder certificatesInfo​(CertificateInfo... certificatesInfo)

        A list of certificates with basic details including certificate ID, certificate common name, certificate state.

        Parameters:
        certificatesInfo - A list of certificates with basic details including certificate ID, certificate common name, certificate state.
        Returns:
        Returns a reference to this object so that method calls can be chained together.