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(OutgoingCertificate... outgoingCertificates)
The certificates that are being transfered but not yet accepted.
|
build
copy
apply, build
ListOutgoingCertificatesResponse.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 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.