public static interface DescribeCertificatesResponse.Builder extends DocDbResponse.Builder, SdkPojo, CopyableBuilder<DescribeCertificatesResponse.Builder,DescribeCertificatesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeCertificatesResponse.Builder |
certificates(Certificate... certificates)
A list of certificates for this account.
|
DescribeCertificatesResponse.Builder |
certificates(Collection<Certificate> certificates)
A list of certificates for this account.
|
DescribeCertificatesResponse.Builder |
certificates(Consumer<Certificate.Builder>... certificates)
A list of certificates for this account.
|
DescribeCertificatesResponse.Builder |
marker(String marker)
An optional pagination token provided if the number of records retrieved is greater than
MaxRecords. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeCertificatesResponse.Builder certificates(Collection<Certificate> certificates)
A list of certificates for this account.
certificates - A list of certificates for this account.DescribeCertificatesResponse.Builder certificates(Certificate... certificates)
A list of certificates for this account.
certificates - A list of certificates for this account.DescribeCertificatesResponse.Builder certificates(Consumer<Certificate.Builder>... certificates)
A list of certificates for this account.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #certificates(List) .certificates - a consumer that will call methods on List.Builder #certificates(List) 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.
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.Copyright © 2022. All rights reserved.