public static interface ListCertificatesResponse.Builder extends TransferResponse.Builder, SdkPojo, CopyableBuilder<ListCertificatesResponse.Builder,ListCertificatesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListCertificatesResponse.Builder |
certificates(Collection<ListedCertificate> certificates)
Returns an array of the certificates that are specified in the
ListCertificates call. |
ListCertificatesResponse.Builder |
certificates(Consumer<ListedCertificate.Builder>... certificates)
Returns an array of the certificates that are specified in the
ListCertificates call. |
ListCertificatesResponse.Builder |
certificates(ListedCertificate... certificates)
Returns an array of the certificates that are specified in the
ListCertificates call. |
ListCertificatesResponse.Builder |
nextToken(String nextToken)
Returns the next token, which you can use to list the next certificate.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCertificatesResponse.Builder nextToken(String nextToken)
Returns the next token, which you can use to list the next certificate.
nextToken - Returns the next token, which you can use to list the next certificate.ListCertificatesResponse.Builder certificates(Collection<ListedCertificate> certificates)
Returns an array of the certificates that are specified in the ListCertificates call.
certificates - Returns an array of the certificates that are specified in the ListCertificates call.ListCertificatesResponse.Builder certificates(ListedCertificate... certificates)
Returns an array of the certificates that are specified in the ListCertificates call.
certificates - Returns an array of the certificates that are specified in the ListCertificates call.ListCertificatesResponse.Builder certificates(Consumer<ListedCertificate.Builder>... certificates)
Returns an array of the certificates that are specified in the ListCertificates call.
ListedCertificate.Builder avoiding the need to create
one manually via ListedCertificate.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #certificates(List.
certificates - a consumer that will call methods on
ListedCertificate.Builder#certificates(java.util.Collection) Copyright © 2023. All rights reserved.