@Stability(value=Stable) public static final class CfnListenerCertificateProps.Builder extends Object implements software.amazon.jsii.Builder<CfnListenerCertificateProps>
CfnListenerCertificateProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnListenerCertificateProps |
build()
Builds the configured instance.
|
CfnListenerCertificateProps.Builder |
certificates(IResolvable certificates)
Sets the value of
CfnListenerCertificateProps.getCertificates() |
CfnListenerCertificateProps.Builder |
certificates(List<? extends Object> certificates)
Sets the value of
CfnListenerCertificateProps.getCertificates() |
CfnListenerCertificateProps.Builder |
listenerArn(String listenerArn)
Sets the value of
CfnListenerCertificateProps.getListenerArn() |
@Stability(value=Stable) public CfnListenerCertificateProps.Builder certificates(IResolvable certificates)
CfnListenerCertificateProps.getCertificates()certificates - `AWS::ElasticLoadBalancingV2::ListenerCertificate.Certificates`. This parameter is required.this@Stability(value=Stable) public CfnListenerCertificateProps.Builder certificates(List<? extends Object> certificates)
CfnListenerCertificateProps.getCertificates()certificates - `AWS::ElasticLoadBalancingV2::ListenerCertificate.Certificates`. This parameter is required.this@Stability(value=Stable) public CfnListenerCertificateProps.Builder listenerArn(String listenerArn)
CfnListenerCertificateProps.getListenerArn()listenerArn - `AWS::ElasticLoadBalancingV2::ListenerCertificate.ListenerArn`. This parameter is required.this@Stability(value=Stable) public CfnListenerCertificateProps build()
build in interface software.amazon.jsii.Builder<CfnListenerCertificateProps>CfnListenerCertificatePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.