public static final class ApplicationListenerCertificateProps.Builder
extends java.lang.Object
ApplicationListenerCertificateProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ApplicationListenerCertificateProps |
build()
Builds the configured instance.
|
ApplicationListenerCertificateProps.Builder |
certificateArns(java.util.List<java.lang.String> certificateArns)
Deprecated.
Use `certificates` instead.
|
ApplicationListenerCertificateProps.Builder |
certificates(java.util.List<? extends IListenerCertificate> certificates)
Sets the value of
ApplicationListenerCertificateProps.getCertificates() |
ApplicationListenerCertificateProps.Builder |
listener(IApplicationListener listener)
Sets the value of
ApplicationListenerCertificateProps.getListener() |
public ApplicationListenerCertificateProps.Builder listener(IApplicationListener listener)
ApplicationListenerCertificateProps.getListener()
listener
- The listener to attach the rule to. This parameter is required.this
@Deprecated public ApplicationListenerCertificateProps.Builder certificateArns(java.util.List<java.lang.String> certificateArns)
ApplicationListenerCertificateProps.getCertificateArns()
certificateArns
- ARNs of certificates to attach.
Duplicates are not allowed.this
public ApplicationListenerCertificateProps.Builder certificates(java.util.List<? extends IListenerCertificate> certificates)
ApplicationListenerCertificateProps.getCertificates()
certificates
- Certificates to attach.
Duplicates are not allowed.this
public ApplicationListenerCertificateProps build()
ApplicationListenerCertificateProps
java.lang.NullPointerException
- if any required attribute was not provided