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