Interface ListCertificatesResponse.Builder

    • Method Detail

      • nextToken

        ListCertificatesResponse.Builder nextToken​(String nextToken)

        When the list is truncated, this value is present and contains the value to use for the NextToken parameter in a subsequent pagination request.

        Parameters:
        nextToken - When the list is truncated, this value is present and contains the value to use for the NextToken parameter in a subsequent pagination request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • certificateSummaryList

        ListCertificatesResponse.Builder certificateSummaryList​(Collection<CertificateSummary> certificateSummaryList)

        A list of ACM certificates.

        Parameters:
        certificateSummaryList - A list of ACM certificates.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • certificateSummaryList

        ListCertificatesResponse.Builder certificateSummaryList​(CertificateSummary... certificateSummaryList)

        A list of ACM certificates.

        Parameters:
        certificateSummaryList - A list of ACM certificates.
        Returns:
        Returns a reference to this object so that method calls can be chained together.