CopyableBuilder<ListOutgoingCertificatesResponse.Builder,ListOutgoingCertificatesResponse>
, SdkBuilder<ListOutgoingCertificatesResponse.Builder,ListOutgoingCertificatesResponse>
public static interface ListOutgoingCertificatesResponse.Builder extends CopyableBuilder<ListOutgoingCertificatesResponse.Builder,ListOutgoingCertificatesResponse>
Modifier and Type | Method | 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.
|
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.
NOTE: This method appends the values to the existing list (if any). Use
#setOutgoingCertificates(java.util.Collection)
or
#withOutgoingCertificates(java.util.Collection)
if you want to override the existing values.
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.