Class CfnListenerCertificate.Builder
java.lang.Object
software.amazon.awscdk.services.elasticloadbalancingv2.CfnListenerCertificate.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnListenerCertificate>
- Enclosing class:
CfnListenerCertificate
@Stability(Stable)
public static final class CfnListenerCertificate.Builder
extends Object
implements software.amazon.jsii.Builder<CfnListenerCertificate>
A fluent builder for
CfnListenerCertificate
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
certificates
(List<? extends Object> certificates) The certificate.certificates
(IResolvable certificates) The certificate.listenerArn
(String listenerArn) The Amazon Resource Name (ARN) of the listener.
-
Method Details
-
create
@Stability(Stable) public static CfnListenerCertificate.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnListenerCertificate.Builder
.
-
certificates
The certificate.You can specify one certificate per resource.
- Parameters:
certificates
- The certificate. This parameter is required.- Returns:
this
- See Also:
-
certificates
@Stability(Stable) public CfnListenerCertificate.Builder certificates(List<? extends Object> certificates) The certificate.You can specify one certificate per resource.
- Parameters:
certificates
- The certificate. This parameter is required.- Returns:
this
- See Also:
-
listenerArn
The Amazon Resource Name (ARN) of the listener.- Parameters:
listenerArn
- The Amazon Resource Name (ARN) of the listener. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnListenerCertificate>
- Returns:
- a newly built instance of
CfnListenerCertificate
.
-