@Stability(value=Stable) public static final class IngressV1Beta1Tls.Builder extends Object implements software.amazon.jsii.Builder<IngressV1Beta1Tls>
IngressV1Beta1Tls| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
IngressV1Beta1Tls |
build()
Builds the configured instance.
|
IngressV1Beta1Tls.Builder |
hosts(List<String> hosts)
Sets the value of
IngressV1Beta1Tls.getHosts() |
IngressV1Beta1Tls.Builder |
secret(ISecret secret)
Sets the value of
IngressV1Beta1Tls.getSecret() |
@Stability(value=Stable) public IngressV1Beta1Tls.Builder hosts(List<String> hosts)
IngressV1Beta1Tls.getHosts()hosts - Hosts are a list of hosts included in the TLS certificate.
The values in
this list must match the name/s used in the TLS Secret.this@Stability(value=Stable) public IngressV1Beta1Tls.Builder secret(ISecret secret)
IngressV1Beta1Tls.getSecret()secret - Secret is the secret that contains the certificate and key used to terminate SSL traffic on 443.
If the SNI host in a listener conflicts with
the "Host" header field used by an IngressRule, the SNI host is used for
termination and value of the Host header is used for routing.this@Stability(value=Stable) public IngressV1Beta1Tls build()
build in interface software.amazon.jsii.Builder<IngressV1Beta1Tls>IngressV1Beta1TlsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.