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