public static interface ListWebsiteCertificateAuthoritiesResponse.Builder extends WorkLinkResponse.Builder, SdkPojo, CopyableBuilder<ListWebsiteCertificateAuthoritiesResponse.Builder,ListWebsiteCertificateAuthoritiesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListWebsiteCertificateAuthoritiesResponse.Builder |
nextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
ListWebsiteCertificateAuthoritiesResponse.Builder |
websiteCertificateAuthorities(Collection<WebsiteCaSummary> websiteCertificateAuthorities)
Information about the certificates.
|
ListWebsiteCertificateAuthoritiesResponse.Builder |
websiteCertificateAuthorities(Consumer<WebsiteCaSummary.Builder>... websiteCertificateAuthorities)
Information about the certificates.
|
ListWebsiteCertificateAuthoritiesResponse.Builder |
websiteCertificateAuthorities(WebsiteCaSummary... websiteCertificateAuthorities)
Information about the certificates.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListWebsiteCertificateAuthoritiesResponse.Builder websiteCertificateAuthorities(Collection<WebsiteCaSummary> websiteCertificateAuthorities)
Information about the certificates.
websiteCertificateAuthorities - Information about the certificates.ListWebsiteCertificateAuthoritiesResponse.Builder websiteCertificateAuthorities(WebsiteCaSummary... websiteCertificateAuthorities)
Information about the certificates.
websiteCertificateAuthorities - Information about the certificates.ListWebsiteCertificateAuthoritiesResponse.Builder websiteCertificateAuthorities(Consumer<WebsiteCaSummary.Builder>... websiteCertificateAuthorities)
Information about the certificates.
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 #websiteCertificateAuthorities(List) .websiteCertificateAuthorities - a consumer that will call methods on List.Builder #websiteCertificateAuthorities(List) ListWebsiteCertificateAuthoritiesResponse.Builder nextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextToken - The pagination token used to retrieve the next page of results for this operation. If there are no
more pages, this value is null.Copyright © 2022. All rights reserved.