@Stability(value=Experimental) public static final class FileTrustOptions.Builder extends Object implements software.amazon.jsii.Builder<FileTrustOptions>
FileTrustOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
FileTrustOptions |
build()
Builds the configured instance.
|
FileTrustOptions.Builder |
certificateChain(String certificateChain)
Sets the value of
FileTrustOptions.getCertificateChain() |
FileTrustOptions.Builder |
ports(List<? extends Number> ports)
Sets the value of
ClientPolicyOptions.getPorts() |
@Stability(value=Experimental) public FileTrustOptions.Builder certificateChain(String certificateChain)
FileTrustOptions.getCertificateChain()certificateChain - Path to the Certificate Chain file on the file system where the Envoy is deployed. This parameter is required.this@Stability(value=Experimental) public FileTrustOptions.Builder ports(List<? extends Number> ports)
ClientPolicyOptions.getPorts()ports - TLS is enforced on the ports specified here.
If no ports are specified, TLS will be enforced on all the ports.this@Stability(value=Experimental) public FileTrustOptions build()
build in interface software.amazon.jsii.Builder<FileTrustOptions>FileTrustOptionsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.