Interface VirtualGatewayTlsValidationContextFileTrust.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<VirtualGatewayTlsValidationContextFileTrust.Builder,,VirtualGatewayTlsValidationContextFileTrust> SdkBuilder<VirtualGatewayTlsValidationContextFileTrust.Builder,,VirtualGatewayTlsValidationContextFileTrust> SdkPojo
- Enclosing class:
 VirtualGatewayTlsValidationContextFileTrust
public static interface VirtualGatewayTlsValidationContextFileTrust.Builder
extends SdkPojo, CopyableBuilder<VirtualGatewayTlsValidationContextFileTrust.Builder,VirtualGatewayTlsValidationContextFileTrust> 
- 
Method Summary
Modifier and TypeMethodDescriptioncertificateChain(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
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
- 
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.
 
 
 -