Interface DescribeCertificatesResponse.Builder

    • Method Detail

      • certificates

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

        A list of certificates for this Amazon Web Services account.

        Parameters:
        certificates - A list of certificates for this Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • certificates

        DescribeCertificatesResponse.Builder certificates​(Certificate... certificates)

        A list of certificates for this Amazon Web Services account.

        Parameters:
        certificates - A list of certificates for this Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • marker

        DescribeCertificatesResponse.Builder marker​(String marker)

        An optional pagination token provided if the number of records retrieved is greater than MaxRecords. If this parameter is specified, the marker specifies the next record in the list. Including the value of Marker in the next call to DescribeCertificates results in the next page of certificates.

        Parameters:
        marker - An optional pagination token provided if the number of records retrieved is greater than MaxRecords. If this parameter is specified, the marker specifies the next record in the list. Including the value of Marker in the next call to DescribeCertificates results in the next page of certificates.
        Returns:
        Returns a reference to this object so that method calls can be chained together.