Interface VpcConnectivityTls.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VpcConnectivityTls.Builder,
,VpcConnectivityTls> SdkBuilder<VpcConnectivityTls.Builder,
,VpcConnectivityTls> SdkPojo
- Enclosing class:
VpcConnectivityTls
@Mutable
@NotThreadSafe
public static interface VpcConnectivityTls.Builder
extends SdkPojo, CopyableBuilder<VpcConnectivityTls.Builder,VpcConnectivityTls>
-
Method Summary
Modifier and TypeMethodDescriptionTLS authentication is on or off for VPC connectivity.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
enabled
TLS authentication is on or off for VPC connectivity.
- Parameters:
enabled
-TLS authentication is on or off for VPC connectivity.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-