Interface VpcConnectivityTls.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VpcConnectivityTls.Builder,VpcConnectivityTls>,SdkBuilder<VpcConnectivityTls.Builder,VpcConnectivityTls>,SdkPojo
- Enclosing class:
- VpcConnectivityTls
public static interface VpcConnectivityTls.Builder extends SdkPojo, CopyableBuilder<VpcConnectivityTls.Builder,VpcConnectivityTls>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VpcConnectivityTls.Builderenabled(Boolean enabled)TLS 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 Detail
-
enabled
VpcConnectivityTls.Builder enabled(Boolean 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.
-
-