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 |
certificates(Consumer<Certificate.Builder>... 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 certificates(Consumer<Certificate.Builder>... certificates)
The device certificates signed by the specified CA certificate.
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) 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.