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)
Sets the value of the File property for this object.
|
ListenerTlsValidationContextTrust.Builder |
file(TlsValidationContextFileTrust file)
Sets the value of the File property for this object.
|
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)
file - The new value for the File property for this object.default ListenerTlsValidationContextTrust.Builder file(Consumer<TlsValidationContextFileTrust.Builder> file)
TlsValidationContextFileTrust.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 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 © 2021. All rights reserved.