Class CfnListenerCertificatePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.elasticloadbalancingv2.CfnListenerCertificatePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnListenerCertificatePropsMixin>
- Enclosing class:
CfnListenerCertificatePropsMixin
@Stability(Stable)
public static final class CfnListenerCertificatePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnListenerCertificatePropsMixin>
A fluent builder for
CfnListenerCertificatePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()certificates(List<? extends Object> certificates) The certificate.certificates(IResolvable certificates) The certificate.create()create(CfnPropertyMixinOptions options) listenerArn(String listenerArn) The Amazon Resource Name (ARN) of the listener.
-
Method Details
-
create
@Stability(Stable) public static CfnListenerCertificatePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnListenerCertificatePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnListenerCertificatePropsMixin.Builder.
-
certificates
@Stability(Stable) public CfnListenerCertificatePropsMixin.Builder certificates(IResolvable 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 CfnListenerCertificatePropsMixin.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:
buildin interfacesoftware.amazon.jsii.Builder<CfnListenerCertificatePropsMixin>- Returns:
- a newly built instance of
CfnListenerCertificatePropsMixin.
-