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