public static interface ListCertificatesByCAResponse.Builder extends IoTResponse.Builder, CopyableBuilder<ListCertificatesByCAResponse.Builder,ListCertificatesByCAResponse>
| Modifier and Type | Method and Description |
|---|---|
ListCertificatesByCAResponse.Builder |
certificates(Certificate... certificates)
The device certificates signed by the specified CA certificate.
|
ListCertificatesByCAResponse.Builder |
certificates(Collection<Certificate> certificates)
The device certificates signed by the specified CA certificate.
|
ListCertificatesByCAResponse.Builder |
nextMarker(String nextMarker)
The marker for the next set of results, or null if there are no additional results.
|
buildcopyapply, buildListCertificatesByCAResponse.Builder certificates(Collection<Certificate> certificates)
The device certificates signed by the specified CA certificate.
certificates - The device certificates signed by the specified CA certificate.ListCertificatesByCAResponse.Builder certificates(Certificate... certificates)
The device certificates signed by the specified CA certificate.
certificates - The device certificates signed by the specified CA certificate.ListCertificatesByCAResponse.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.