@Stability(value=Stable) public static final class CfnListenerCertificate.Builder extends Object implements software.amazon.jsii.Builder<CfnListenerCertificate>
CfnListenerCertificate.| Modifier and Type | Method and Description |
|---|---|
CfnListenerCertificate |
build() |
CfnListenerCertificate.Builder |
certificates(IResolvable certificates)
`AWS::ElasticLoadBalancingV2::ListenerCertificate.Certificates`.
|
CfnListenerCertificate.Builder |
certificates(List<? extends Object> certificates)
`AWS::ElasticLoadBalancingV2::ListenerCertificate.Certificates`.
|
static CfnListenerCertificate.Builder |
create(software.constructs.Construct scope,
String id) |
CfnListenerCertificate.Builder |
listenerArn(String listenerArn)
`AWS::ElasticLoadBalancingV2::ListenerCertificate.ListenerArn`.
|
@Stability(value=Stable) public static CfnListenerCertificate.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnListenerCertificate.CertificateProperty.Builder.@Stability(value=Stable) public CfnListenerCertificate.Builder certificates(IResolvable certificates)
certificates - `AWS::ElasticLoadBalancingV2::ListenerCertificate.Certificates`. This parameter is required.this@Stability(value=Stable) public CfnListenerCertificate.Builder certificates(List<? extends Object> certificates)
certificates - `AWS::ElasticLoadBalancingV2::ListenerCertificate.Certificates`. This parameter is required.this@Stability(value=Stable) public CfnListenerCertificate.Builder listenerArn(String listenerArn)
listenerArn - `AWS::ElasticLoadBalancingV2::ListenerCertificate.ListenerArn`. This parameter is required.this@Stability(value=Stable) public CfnListenerCertificate build()
build in interface software.amazon.jsii.Builder<CfnListenerCertificate>Copyright © 2021. All rights reserved.