@Stability(value=Stable) public static final class ApplicationListenerCertificateProps.Builder extends Object implements software.amazon.jsii.Builder<ApplicationListenerCertificateProps>
ApplicationListenerCertificateProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ApplicationListenerCertificateProps |
build()
Builds the configured instance.
|
ApplicationListenerCertificateProps.Builder |
certificateArns(List<String> certificateArns)
Deprecated.
Use `certificates` instead.
|
ApplicationListenerCertificateProps.Builder |
certificates(List<? extends IListenerCertificate> certificates)
Sets the value of
ApplicationListenerCertificateProps.getCertificates() |
ApplicationListenerCertificateProps.Builder |
listener(IApplicationListener listener)
Sets the value of
ApplicationListenerCertificateProps.getListener() |
@Stability(value=Stable) public ApplicationListenerCertificateProps.Builder listener(IApplicationListener listener)
ApplicationListenerCertificateProps.getListener()
listener
- The listener to attach the rule to. This parameter is required.this
@Stability(value=Deprecated) @Deprecated public ApplicationListenerCertificateProps.Builder certificateArns(List<String> certificateArns)
ApplicationListenerCertificateProps.getCertificateArns()
certificateArns
- ARNs of certificates to attach.
Duplicates are not allowed.this
@Stability(value=Stable) public ApplicationListenerCertificateProps.Builder certificates(List<? extends IListenerCertificate> certificates)
ApplicationListenerCertificateProps.getCertificates()
certificates
- Certificates to attach.
Duplicates are not allowed.this
@Stability(value=Stable) public ApplicationListenerCertificateProps build()
build
in interface software.amazon.jsii.Builder<ApplicationListenerCertificateProps>
ApplicationListenerCertificateProps
NullPointerException
- if any required attribute was not providedCopyright © 2023. All rights reserved.