public static final class ApplicationListenerCertificate.Builder
extends java.lang.Object
ApplicationListenerCertificate
.Modifier and Type | Method and Description |
---|---|
ApplicationListenerCertificate |
build() |
ApplicationListenerCertificate.Builder |
certificateArns(java.util.List<java.lang.String> certificateArns)
Deprecated.
Use `certificates` instead.
|
ApplicationListenerCertificate.Builder |
certificates(java.util.List<? extends IListenerCertificate> certificates)
Certificates to attach.
|
static ApplicationListenerCertificate.Builder |
create(software.constructs.Construct scope,
java.lang.String id) |
ApplicationListenerCertificate.Builder |
listener(IApplicationListener listener)
The listener to attach the rule to.
|
public static ApplicationListenerCertificate.Builder create(software.constructs.Construct scope, java.lang.String id)
scope
- This parameter is required.id
- This parameter is required.ApplicationListenerCertificate.Builder
.public ApplicationListenerCertificate.Builder listener(IApplicationListener listener)
listener
- The listener to attach the rule to. This parameter is required.this
@Deprecated public ApplicationListenerCertificate.Builder certificateArns(java.util.List<java.lang.String> certificateArns)
Duplicates are not allowed.
Default: - One of 'certificates' and 'certificateArns' is required.
certificateArns
- ARNs of certificates to attach. This parameter is required.this
public ApplicationListenerCertificate.Builder certificates(java.util.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
public ApplicationListenerCertificate build()