CopyableBuilder<ListCertificatesByCAResponse.Builder,ListCertificatesByCAResponse>
, SdkBuilder<ListCertificatesByCAResponse.Builder,ListCertificatesByCAResponse>
public static interface ListCertificatesByCAResponse.Builder extends CopyableBuilder<ListCertificatesByCAResponse.Builder,ListCertificatesByCAResponse>
Modifier and Type | Method | Description |
---|---|---|
ListCertificatesByCAResponse.Builder |
certificates(Collection<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.
|
ListCertificatesByCAResponse.Builder |
nextMarker(String nextMarker) |
The marker for the next set of results, or null if there are no additional results.
|
copy
apply, build
ListCertificatesByCAResponse.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.
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 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.