@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 |
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=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>ApplicationListenerCertificatePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.