public static interface ListenerTlsValidationContextTrust.Builder extends SdkPojo, CopyableBuilder<ListenerTlsValidationContextTrust.Builder,ListenerTlsValidationContextTrust>
| Modifier and Type | Method and Description |
|---|---|
default ListenerTlsValidationContextTrust.Builder |
file(Consumer<TlsValidationContextFileTrust.Builder> file)
An object that represents a Transport Layer Security (TLS) validation context trust for a local file.
|
ListenerTlsValidationContextTrust.Builder |
file(TlsValidationContextFileTrust file)
An object that represents a Transport Layer Security (TLS) validation context trust for a local file.
|
default ListenerTlsValidationContextTrust.Builder |
sds(Consumer<TlsValidationContextSdsTrust.Builder> sds)
A reference to an object that represents a listener's Transport Layer Security (TLS) Secret Discovery Service
validation context trust.
|
ListenerTlsValidationContextTrust.Builder |
sds(TlsValidationContextSdsTrust sds)
A reference to an object that represents a listener's Transport Layer Security (TLS) Secret Discovery Service
validation context trust.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListenerTlsValidationContextTrust.Builder file(TlsValidationContextFileTrust file)
An object that represents a Transport Layer Security (TLS) validation context trust for a local file.
file - An object that represents a Transport Layer Security (TLS) validation context trust for a local file.default ListenerTlsValidationContextTrust.Builder file(Consumer<TlsValidationContextFileTrust.Builder> file)
An object that represents a Transport Layer Security (TLS) validation context trust for a local file.
This is a convenience method that creates an instance of theTlsValidationContextFileTrust.Builder
avoiding the need to create one manually via TlsValidationContextFileTrust.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to file(TlsValidationContextFileTrust).
file - a consumer that will call methods on TlsValidationContextFileTrust.Builderfile(TlsValidationContextFileTrust)ListenerTlsValidationContextTrust.Builder sds(TlsValidationContextSdsTrust sds)
A reference to an object that represents a listener's Transport Layer Security (TLS) Secret Discovery Service validation context trust.
sds - A reference to an object that represents a listener's Transport Layer Security (TLS) Secret Discovery
Service validation context trust.default ListenerTlsValidationContextTrust.Builder sds(Consumer<TlsValidationContextSdsTrust.Builder> sds)
A reference to an object that represents a listener's Transport Layer Security (TLS) Secret Discovery Service validation context trust.
This is a convenience method that creates an instance of theTlsValidationContextSdsTrust.Builder
avoiding the need to create one manually via TlsValidationContextSdsTrust.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to sds(TlsValidationContextSdsTrust).
sds - a consumer that will call methods on TlsValidationContextSdsTrust.Buildersds(TlsValidationContextSdsTrust)Copyright © 2023. All rights reserved.