@Stability(value=Stable) public static final class ApplicationListenerCertificate.Builder extends Object implements software.amazon.jsii.Builder<ApplicationListenerCertificate>
ApplicationListenerCertificate.| Modifier and Type | Method and Description |
|---|---|
ApplicationListenerCertificate |
build() |
ApplicationListenerCertificate.Builder |
certificates(List<? extends IListenerCertificate> certificates)
Certificates to attach.
|
static ApplicationListenerCertificate.Builder |
create(software.constructs.Construct scope,
String id) |
ApplicationListenerCertificate.Builder |
listener(IApplicationListener listener)
The listener to attach the rule to.
|
@Stability(value=Stable) public static ApplicationListenerCertificate.Builder create(software.constructs.Construct scope, String id)
scope - This parameter is required.id - This parameter is required.ApplicationListenerCertificate.Builder.@Stability(value=Stable) public ApplicationListenerCertificate.Builder listener(IApplicationListener listener)
listener - The listener to attach the rule to. This parameter is required.this@Stability(value=Stable) public ApplicationListenerCertificate.Builder certificates(List<? extends IListenerCertificate> certificates)
Duplicates are not allowed.
Default: - One of 'certificates' and 'certificateArns' is required.
certificates - Certificates to attach. This parameter is required.this@Stability(value=Stable) public ApplicationListenerCertificate build()
build in interface software.amazon.jsii.Builder<ApplicationListenerCertificate>Copyright © 2022. All rights reserved.