public static interface ListTrustStoreCertificatesResponse.Builder extends WorkSpacesWebResponse.Builder, SdkPojo, CopyableBuilder<ListTrustStoreCertificatesResponse.Builder,ListTrustStoreCertificatesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTrustStoreCertificatesResponse.Builder |
certificateList(CertificateSummary... certificateList)
The certificate list.
|
ListTrustStoreCertificatesResponse.Builder |
certificateList(Collection<CertificateSummary> certificateList)
The certificate list.
|
ListTrustStoreCertificatesResponse.Builder |
certificateList(Consumer<CertificateSummary.Builder>... certificateList)
The certificate list.
|
ListTrustStoreCertificatesResponse.Builder |
nextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.>
|
ListTrustStoreCertificatesResponse.Builder |
trustStoreArn(String trustStoreArn)
The ARN of the trust store.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTrustStoreCertificatesResponse.Builder certificateList(Collection<CertificateSummary> certificateList)
The certificate list.
certificateList - The certificate list.ListTrustStoreCertificatesResponse.Builder certificateList(CertificateSummary... certificateList)
The certificate list.
certificateList - The certificate list.ListTrustStoreCertificatesResponse.Builder certificateList(Consumer<CertificateSummary.Builder>... certificateList)
The certificate list.
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 #certificateList(List) .certificateList - a consumer that will call methods on List.Builder #certificateList(List) ListTrustStoreCertificatesResponse.Builder nextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.>
nextToken - The pagination token used to retrieve the next page of results for this operation.>ListTrustStoreCertificatesResponse.Builder trustStoreArn(String trustStoreArn)
The ARN of the trust store.
trustStoreArn - The ARN of the trust store.Copyright © 2022. All rights reserved.