CopyableBuilder<ListCertificatesResponse.Builder,ListCertificatesResponse>
, SdkBuilder<ListCertificatesResponse.Builder,ListCertificatesResponse>
public static interface ListCertificatesResponse.Builder extends CopyableBuilder<ListCertificatesResponse.Builder,ListCertificatesResponse>
Modifier and Type | Method | Description |
---|---|---|
ListCertificatesResponse.Builder |
certificateSummaryList(Collection<CertificateSummary> certificateSummaryList) |
A list of ACM Certificates.
|
ListCertificatesResponse.Builder |
certificateSummaryList(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. |
copy
apply, build
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.
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.
NOTE: This method appends the values to the existing list (if any). Use
#setCertificateSummaryList(java.util.Collection)
or
#withCertificateSummaryList(java.util.Collection)
if you want to override the existing values.
certificateSummaryList
- A list of ACM Certificates.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.