public static interface ListCertificatesResponse.Builder extends ACMResponse.Builder, CopyableBuilder<ListCertificatesResponse.Builder,ListCertificatesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListCertificatesResponse.Builder |
certificateSummaryList(CertificateSummary... certificateSummaryList)
A list of ACM Certificates.
|
ListCertificatesResponse.Builder |
certificateSummaryList(Collection<CertificateSummary> certificateSummaryList)
A list of ACM Certificates.
|
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. |
buildcopyapply, buildListCertificatesResponse.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.
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.ListCertificatesResponse.Builder certificateSummaryList(Collection<CertificateSummary> certificateSummaryList)
A list of ACM Certificates.
certificateSummaryList - A list of ACM Certificates.ListCertificatesResponse.Builder certificateSummaryList(CertificateSummary... certificateSummaryList)
A list of ACM Certificates.
certificateSummaryList - A list of ACM Certificates.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.