public static interface ListCertificatesByCaResponse.Builder extends IotResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 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) 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 © 2022. All rights reserved.