public static interface VpcConnectivityClientAuthentication.Builder extends SdkPojo, CopyableBuilder<VpcConnectivityClientAuthentication.Builder,VpcConnectivityClientAuthentication>
| Modifier and Type | Method and Description |
|---|---|
default VpcConnectivityClientAuthentication.Builder |
sasl(Consumer<VpcConnectivitySasl.Builder> sasl)
SASL authentication type details for VPC connectivity.
|
VpcConnectivityClientAuthentication.Builder |
sasl(VpcConnectivitySasl sasl)
SASL authentication type details for VPC connectivity.
|
default VpcConnectivityClientAuthentication.Builder |
tls(Consumer<VpcConnectivityTls.Builder> tls)
TLS authentication type details for VPC connectivity.
|
VpcConnectivityClientAuthentication.Builder |
tls(VpcConnectivityTls tls)
TLS authentication type details for VPC connectivity.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVpcConnectivityClientAuthentication.Builder sasl(VpcConnectivitySasl sasl)
SASL authentication type details for VPC connectivity.
sasl - SASL authentication type details for VPC connectivity.
default VpcConnectivityClientAuthentication.Builder sasl(Consumer<VpcConnectivitySasl.Builder> sasl)
SASL authentication type details for VPC connectivity.
This is a convenience method that creates an instance of theVpcConnectivitySasl.Builder avoiding the
need to create one manually via VpcConnectivitySasl.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to sasl(VpcConnectivitySasl).
sasl - a consumer that will call methods on VpcConnectivitySasl.Buildersasl(VpcConnectivitySasl)VpcConnectivityClientAuthentication.Builder tls(VpcConnectivityTls tls)
TLS authentication type details for VPC connectivity.
tls - TLS authentication type details for VPC connectivity.
default VpcConnectivityClientAuthentication.Builder tls(Consumer<VpcConnectivityTls.Builder> tls)
TLS authentication type details for VPC connectivity.
This is a convenience method that creates an instance of theVpcConnectivityTls.Builder avoiding the
need to create one manually via VpcConnectivityTls.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to tls(VpcConnectivityTls).
tls - a consumer that will call methods on VpcConnectivityTls.Buildertls(VpcConnectivityTls)Copyright © 2023. All rights reserved.