public static interface ListCertificatesResponse.Builder extends DirectoryResponse.Builder, SdkPojo, CopyableBuilder<ListCertificatesResponse.Builder,ListCertificatesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListCertificatesResponse.Builder |
certificatesInfo(CertificateInfo... certificatesInfo)
A list of certificates with basic details including certificate ID, certificate common name, certificate
state.
|
ListCertificatesResponse.Builder |
certificatesInfo(Collection<CertificateInfo> certificatesInfo)
A list of certificates with basic details including certificate ID, certificate common name, certificate
state.
|
ListCertificatesResponse.Builder |
certificatesInfo(Consumer<CertificateInfo.Builder>... certificatesInfo)
A list of certificates with basic details including certificate ID, certificate common name, certificate
state.
|
ListCertificatesResponse.Builder |
nextToken(String nextToken)
Indicates whether another page of certificates is available when the number of available certificates exceeds
the page limit.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCertificatesResponse.Builder nextToken(String nextToken)
Indicates whether another page of certificates is available when the number of available certificates exceeds the page limit.
nextToken - Indicates whether another page of certificates is available when the number of available certificates
exceeds the page limit.ListCertificatesResponse.Builder certificatesInfo(Collection<CertificateInfo> certificatesInfo)
A list of certificates with basic details including certificate ID, certificate common name, certificate state.
certificatesInfo - A list of certificates with basic details including certificate ID, certificate common name,
certificate state.ListCertificatesResponse.Builder certificatesInfo(CertificateInfo... certificatesInfo)
A list of certificates with basic details including certificate ID, certificate common name, certificate state.
certificatesInfo - A list of certificates with basic details including certificate ID, certificate common name,
certificate state.ListCertificatesResponse.Builder certificatesInfo(Consumer<CertificateInfo.Builder>... certificatesInfo)
A list of certificates with basic details including certificate ID, certificate common name, certificate state.
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 #certificatesInfo(List) .certificatesInfo - a consumer that will call methods on List.Builder #certificatesInfo(List) Copyright © 2021. All rights reserved.