public static interface ListCertificatesResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListCertificatesResponse.Builder,ListCertificatesResponse>
Modifier and Type | Method and Description |
---|---|
ListCertificatesResponse.Builder |
certificates(Certificate... certificates)
The descriptions of the certificates.
|
ListCertificatesResponse.Builder |
certificates(Collection<Certificate> certificates)
The descriptions of the certificates.
|
ListCertificatesResponse.Builder |
certificates(Consumer<Certificate.Builder>... 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.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListCertificatesResponse.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.
certificates
- The descriptions of the certificates.ListCertificatesResponse.Builder certificates(Consumer<Certificate.Builder>... certificates)
The descriptions of the certificates.
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)
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 © 2020. All rights reserved.