public static interface ClientTlsCertificate.Builder extends SdkPojo, CopyableBuilder<ClientTlsCertificate.Builder,ClientTlsCertificate>
| Modifier and Type | Method and Description |
|---|---|
default ClientTlsCertificate.Builder |
file(Consumer<ListenerTlsFileCertificate.Builder> file)
An object that represents a local file certificate.
|
ClientTlsCertificate.Builder |
file(ListenerTlsFileCertificate file)
An object that represents a local file certificate.
|
default ClientTlsCertificate.Builder |
sds(Consumer<ListenerTlsSdsCertificate.Builder> sds)
A reference to an object that represents a client's TLS Secret Discovery Service certificate.
|
ClientTlsCertificate.Builder |
sds(ListenerTlsSdsCertificate sds)
A reference to an object that represents a client's TLS Secret Discovery Service certificate.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildClientTlsCertificate.Builder file(ListenerTlsFileCertificate file)
An object that represents a local file certificate. The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see Transport Layer Security (TLS).
file - An object that represents a local file certificate. The certificate must meet specific requirements
and you must have proxy authorization enabled. For more information, see Transport Layer Security
(TLS).default ClientTlsCertificate.Builder file(Consumer<ListenerTlsFileCertificate.Builder> file)
An object that represents a local file certificate. The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see Transport Layer Security (TLS).
This is a convenience method that creates an instance of theListenerTlsFileCertificate.Builder
avoiding the need to create one manually via ListenerTlsFileCertificate.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to file(ListenerTlsFileCertificate).
file - a consumer that will call methods on ListenerTlsFileCertificate.Builderfile(ListenerTlsFileCertificate)ClientTlsCertificate.Builder sds(ListenerTlsSdsCertificate sds)
A reference to an object that represents a client's TLS Secret Discovery Service certificate.
sds - A reference to an object that represents a client's TLS Secret Discovery Service certificate.default ClientTlsCertificate.Builder sds(Consumer<ListenerTlsSdsCertificate.Builder> sds)
A reference to an object that represents a client's TLS Secret Discovery Service certificate.
This is a convenience method that creates an instance of theListenerTlsSdsCertificate.Builder
avoiding the need to create one manually via ListenerTlsSdsCertificate.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to sds(ListenerTlsSdsCertificate).
sds - a consumer that will call methods on ListenerTlsSdsCertificate.Buildersds(ListenerTlsSdsCertificate)Copyright © 2023. All rights reserved.