public static interface ListOutgoingCertificatesResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListOutgoingCertificatesResponse.Builder,ListOutgoingCertificatesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListOutgoingCertificatesResponse.Builder |
nextMarker(String nextMarker)
The marker for the next set of results.
|
ListOutgoingCertificatesResponse.Builder |
outgoingCertificates(Collection<OutgoingCertificate> outgoingCertificates)
The certificates that are being transferred but not yet accepted.
|
ListOutgoingCertificatesResponse.Builder |
outgoingCertificates(Consumer<OutgoingCertificate.Builder>... outgoingCertificates)
The certificates that are being transferred but not yet accepted.
|
ListOutgoingCertificatesResponse.Builder |
outgoingCertificates(OutgoingCertificate... outgoingCertificates)
The certificates that are being transferred but not yet accepted.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListOutgoingCertificatesResponse.Builder outgoingCertificates(Collection<OutgoingCertificate> outgoingCertificates)
The certificates that are being transferred but not yet accepted.
outgoingCertificates - The certificates that are being transferred but not yet accepted.ListOutgoingCertificatesResponse.Builder outgoingCertificates(OutgoingCertificate... outgoingCertificates)
The certificates that are being transferred but not yet accepted.
outgoingCertificates - The certificates that are being transferred but not yet accepted.ListOutgoingCertificatesResponse.Builder outgoingCertificates(Consumer<OutgoingCertificate.Builder>... outgoingCertificates)
The certificates that are being transferred but not yet accepted.
This is a convenience method that creates an instance of theOutgoingCertificate.Builder avoiding the need to create one
manually via OutgoingCertificate.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #outgoingCertificates(List.
outgoingCertificates - a consumer that will call methods on
OutgoingCertificate.Builder#outgoingCertificates(java.util.Collection) ListOutgoingCertificatesResponse.Builder nextMarker(String nextMarker)
The marker for the next set of results.
nextMarker - The marker for the next set of results.Copyright © 2023. All rights reserved.