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 Details

    • create

      @Stability(Stable) public static CfnListenerCertificate.Builder create(Construct scope, String id)
      Parameters:
      scope -
      • scope in which this resource is defined.
      This parameter is required.
      id -
      • scoped id of the resource.
      This parameter is required.
      Returns:
      a new instance of CfnListenerCertificate.Builder.
    • certificates

      @Stability(Stable) public CfnListenerCertificate.Builder certificates(IResolvable certificates)
      The certificate.

      You can specify one certificate per resource.

      Parameters:
      certificates - The certificate. This parameter is required.
      Returns:
      this
    • 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
    • listenerArn

      @Stability(Stable) public CfnListenerCertificate.Builder listenerArn(String 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
    • build

      @Stability(Stable) public CfnListenerCertificate build()
      Specified by:
      build in interface software.amazon.jsii.Builder<CfnListenerCertificate>
      Returns:
      a newly built instance of CfnListenerCertificate.