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