Class CfnListener.CertificateProperty.Builder
java.lang.Object
software.amazon.awscdk.services.elasticloadbalancingv2.CfnListener.CertificateProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnListener.CertificateProperty>
- Enclosing interface:
CfnListener.CertificateProperty
@Stability(Stable)
public static final class CfnListener.CertificateProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnListener.CertificateProperty>
A builder for
CfnListener.CertificateProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.certificateArn(String certificateArn) Sets the value ofCfnListener.CertificateProperty.getCertificateArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
certificateArn
@Stability(Stable) public CfnListener.CertificateProperty.Builder certificateArn(String certificateArn) Sets the value ofCfnListener.CertificateProperty.getCertificateArn()- Parameters:
certificateArn- The Amazon Resource Name (ARN) of the certificate.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnListener.CertificateProperty>- Returns:
- a new instance of
CfnListener.CertificateProperty - Throws:
NullPointerException- if any required attribute was not provided
-