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