public static interface GetTrustStoreResponse.Builder extends WorkSpacesWebResponse.Builder, SdkPojo, CopyableBuilder<GetTrustStoreResponse.Builder,GetTrustStoreResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetTrustStoreResponse.Builder |
trustStore(Consumer<TrustStore.Builder> trustStore)
The trust store.
|
GetTrustStoreResponse.Builder |
trustStore(TrustStore trustStore)
The trust store.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetTrustStoreResponse.Builder trustStore(TrustStore trustStore)
The trust store.
trustStore - The trust store.default GetTrustStoreResponse.Builder trustStore(Consumer<TrustStore.Builder> trustStore)
The trust store.
This is a convenience method that creates an instance of theTrustStore.Builder avoiding the need to
create one manually via TrustStore.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to trustStore(TrustStore).
trustStore - a consumer that will call methods on TrustStore.BuildertrustStore(TrustStore)Copyright © 2022. All rights reserved.