Interface TlsInterceptProperties.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TlsInterceptProperties.Builder,,TlsInterceptProperties> SdkBuilder<TlsInterceptProperties.Builder,,TlsInterceptProperties> SdkPojo
- Enclosing class:
TlsInterceptProperties
@Mutable
@NotThreadSafe
public static interface TlsInterceptProperties.Builder
extends SdkPojo, CopyableBuilder<TlsInterceptProperties.Builder,TlsInterceptProperties>
-
Method Summary
Modifier and TypeMethodDescriptionPrivate Certificate Authority (PCA) used to issue private TLS certificates so that the proxy can present PCA-signed certificates which applications trust through the same root, establishing a secure and consistent trust model for encrypted communication.tlsInterceptMode(String tlsInterceptMode) Specifies whether to enable or disable TLS Intercept Mode.tlsInterceptMode(TlsInterceptMode tlsInterceptMode) Specifies whether to enable or disable TLS Intercept Mode.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
pcaArn
Private Certificate Authority (PCA) used to issue private TLS certificates so that the proxy can present PCA-signed certificates which applications trust through the same root, establishing a secure and consistent trust model for encrypted communication.
- Parameters:
pcaArn- Private Certificate Authority (PCA) used to issue private TLS certificates so that the proxy can present PCA-signed certificates which applications trust through the same root, establishing a secure and consistent trust model for encrypted communication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tlsInterceptMode
Specifies whether to enable or disable TLS Intercept Mode.
- Parameters:
tlsInterceptMode- Specifies whether to enable or disable TLS Intercept Mode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tlsInterceptMode
Specifies whether to enable or disable TLS Intercept Mode.
- Parameters:
tlsInterceptMode- Specifies whether to enable or disable TLS Intercept Mode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-