Interface ListWebsiteCertificateAuthoritiesResponse.Builder

    • Method Detail

      • websiteCertificateAuthorities

        ListWebsiteCertificateAuthoritiesResponse.Builder websiteCertificateAuthorities​(Collection<WebsiteCaSummary> websiteCertificateAuthorities)

        Information about the certificates.

        Parameters:
        websiteCertificateAuthorities - Information about the certificates.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • websiteCertificateAuthorities

        ListWebsiteCertificateAuthoritiesResponse.Builder websiteCertificateAuthorities​(WebsiteCaSummary... websiteCertificateAuthorities)

        Information about the certificates.

        Parameters:
        websiteCertificateAuthorities - Information about the certificates.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListWebsiteCertificateAuthoritiesResponse.Builder nextToken​(String nextToken)

        The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.

        Parameters:
        nextToken - The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.