@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)
The certificate.
|
CfnListenerCertificate.Builder |
certificates(List<? extends Object> certificates)
The certificate.
|
static CfnListenerCertificate.Builder |
create(software.constructs.Construct scope,
String id) |
CfnListenerCertificate.Builder |
listenerArn(String listenerArn)
The Amazon Resource Name (ARN) of the listener.
|
@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)
You can specify one certificate per resource.
certificates - The certificate. This parameter is required.this@Stability(value=Stable) public CfnListenerCertificate.Builder certificates(List<? extends Object> certificates)
You can specify one certificate per resource.
certificates - The certificate. This parameter is required.this@Stability(value=Stable) public CfnListenerCertificate.Builder listenerArn(String listenerArn)
listenerArn - The Amazon Resource Name (ARN) of the listener. This parameter is required.this@Stability(value=Stable) public CfnListenerCertificate build()
build in interface software.amazon.jsii.Builder<CfnListenerCertificate>Copyright © 2022. All rights reserved.