Interface GetCertificatesResponse.Builder

    • Method Detail

      • certificates

        GetCertificatesResponse.Builder certificates​(Collection<CertificateSummary> certificates)

        An object that describes certificates.

        Parameters:
        certificates - An object that describes certificates.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • certificates

        GetCertificatesResponse.Builder certificates​(CertificateSummary... certificates)

        An object that describes certificates.

        Parameters:
        certificates - An object that describes certificates.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextPageToken

        GetCertificatesResponse.Builder nextPageToken​(String nextPageToken)

        If NextPageToken is returned there are more results available. The value of NextPageToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.

        Parameters:
        nextPageToken - If NextPageToken is returned there are more results available. The value of NextPageToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
        Returns:
        Returns a reference to this object so that method calls can be chained together.