Interface TlsValidationContextFileTrust.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TlsValidationContextFileTrust.Builder,TlsValidationContextFileTrust>,SdkBuilder<TlsValidationContextFileTrust.Builder,TlsValidationContextFileTrust>,SdkPojo
- Enclosing class:
- TlsValidationContextFileTrust
public static interface TlsValidationContextFileTrust.Builder extends SdkPojo, CopyableBuilder<TlsValidationContextFileTrust.Builder,TlsValidationContextFileTrust>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TlsValidationContextFileTrust.BuildercertificateChain(String certificateChain)The certificate trust chain for a certificate stored on the file system of the virtual node that the proxy is running on.-
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, sdkFields
-
-
-
-
Method Detail
-
certificateChain
TlsValidationContextFileTrust.Builder certificateChain(String certificateChain)
The certificate trust chain for a certificate stored on the file system of the virtual node that the proxy is running on.
- Parameters:
certificateChain- The certificate trust chain for a certificate stored on the file system of the virtual node that the proxy is running on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-