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 Amazon Web Services account.
|
DescribeCertificatesResponse.Builder |
certificates(Collection<Certificate> certificates)
A list of certificates for this Amazon Web Services account.
|
DescribeCertificatesResponse.Builder |
certificates(Consumer<Certificate.Builder>... certificates)
A list of certificates for this Amazon Web Services 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 Amazon Web Services account.
certificates - A list of certificates for this Amazon Web Services account.DescribeCertificatesResponse.Builder certificates(Certificate... certificates)
A list of certificates for this Amazon Web Services account.
certificates - A list of certificates for this Amazon Web Services account.DescribeCertificatesResponse.Builder certificates(Consumer<Certificate.Builder>... certificates)
A list of certificates for this Amazon Web Services account.
This is a convenience method that creates an instance of theCertificate.Builder avoiding the need to create one
manually via Certificate.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #certificates(List.
certificates - a consumer that will call methods on
Certificate.Builder#certificates(java.util.Collection) 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 © 2023. All rights reserved.