CopyableBuilder<DescribeCertificatesResponse.Builder,DescribeCertificatesResponse>
, SdkBuilder<DescribeCertificatesResponse.Builder,DescribeCertificatesResponse>
public static interface DescribeCertificatesResponse.Builder extends CopyableBuilder<DescribeCertificatesResponse.Builder,DescribeCertificatesResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeCertificatesResponse.Builder |
certificates(Collection<Certificate> certificates) |
The list of Certificate objects for the AWS account.
|
DescribeCertificatesResponse.Builder |
certificates(Certificate... certificates) |
The list of Certificate objects for the AWS account.
|
DescribeCertificatesResponse.Builder |
marker(String marker) |
An optional pagination token provided by a previous DescribeCertificates request.
|
copy
apply, build
DescribeCertificatesResponse.Builder certificates(Collection<Certificate> certificates)
The list of Certificate objects for the AWS account.
certificates
- The list of Certificate objects for the AWS account.DescribeCertificatesResponse.Builder certificates(Certificate... certificates)
The list of Certificate objects for the AWS account.
NOTE: This method appends the values to the existing list (if any). Use
#setCertificates(java.util.Collection)
or #withCertificates(java.util.Collection)
if you want
to override the existing values.
certificates
- The list of Certificate objects for the AWS account.DescribeCertificatesResponse.Builder marker(String marker)
An optional pagination token provided by a previous DescribeCertificates request. If this parameter is
specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords
.
marker
- An optional pagination token provided by a previous DescribeCertificates request. If this
parameter is specified, the response includes only records beyond the marker, up to the value
specified by MaxRecords
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.