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 |
certificates(Collection<Certificate> certificates) |
The descriptions of the certificates.
|
ListCertificatesResponse.Builder |
certificates(Certificate... certificates) |
The descriptions of the certificates.
|
ListCertificatesResponse.Builder |
nextMarker(String nextMarker) |
The marker for the next set of results, or null if there are no additional results.
|
copyapply, buildListCertificatesResponse.Builder certificates(Collection<Certificate> certificates)
The descriptions of the certificates.
certificates - The descriptions of the certificates.ListCertificatesResponse.Builder certificates(Certificate... certificates)
The descriptions of the certificates.
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 descriptions of the certificates.ListCertificatesResponse.Builder nextMarker(String nextMarker)
The marker for the next set of results, or null if there are no additional results.
nextMarker - The marker for the next set of results, or null if there are no additional results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.