public static interface ListOutgoingCertificatesResponse.Builder extends IoTResponse.Builder, 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 transfered but not yet accepted.
|
ListOutgoingCertificatesResponse.Builder |
outgoingCertificates(Consumer<OutgoingCertificate.Builder>... outgoingCertificates)
The certificates that are being transfered but not yet accepted.
|
ListOutgoingCertificatesResponse.Builder |
outgoingCertificates(OutgoingCertificate... outgoingCertificates)
The certificates that are being transfered but not yet accepted.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListOutgoingCertificatesResponse.Builder outgoingCertificates(Collection<OutgoingCertificate> outgoingCertificates)
The certificates that are being transfered but not yet accepted.
outgoingCertificates - The certificates that are being transfered but not yet accepted.ListOutgoingCertificatesResponse.Builder outgoingCertificates(OutgoingCertificate... outgoingCertificates)
The certificates that are being transfered but not yet accepted.
outgoingCertificates - The certificates that are being transfered but not yet accepted.ListOutgoingCertificatesResponse.Builder outgoingCertificates(Consumer<OutgoingCertificate.Builder>... outgoingCertificates)
The certificates that are being transfered but not yet accepted.
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 #outgoingCertificates(List) .outgoingCertificates - a consumer that will call methods on List.Builder #outgoingCertificates(List) ListOutgoingCertificatesResponse.Builder nextMarker(String nextMarker)
The marker for the next set of results.
nextMarker - The marker for the next set of results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.