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 method that creates an instance of theCertificateInfo.Builder avoiding the need to create
one manually via CertificateInfo.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #certificatesInfo(List.
certificatesInfo - a consumer that will call methods on
CertificateInfo.Builder#certificatesInfo(java.util.Collection) Copyright © 2022. All rights reserved.