Class AlbControllerProps.Builder

java.lang.Object
software.amazon.awscdk.services.eks.AlbControllerProps.Builder
All Implemented Interfaces:
software.amazon.jsii.Builder<AlbControllerProps>
Enclosing interface:
AlbControllerProps

@Stability(Stable) public static final class AlbControllerProps.Builder extends Object implements software.amazon.jsii.Builder<AlbControllerProps>
A builder for AlbControllerProps
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • cluster

      @Stability(Stable) public AlbControllerProps.Builder cluster(Cluster cluster)
      Parameters:
      cluster - [disable-awslint:ref-via-interface] Cluster to install the controller onto. This parameter is required.
      Returns:
      this
    • version

      @Stability(Stable) public AlbControllerProps.Builder version(AlbControllerVersion version)
      Parameters:
      version - Version of the controller. This parameter is required.
      Returns:
      this
    • policy

      @Stability(Stable) public AlbControllerProps.Builder policy(Object policy)
      Parameters:
      policy - The IAM policy to apply to the service account. If you're using one of the built-in versions, this is not required since CDK ships with the appropriate policies for those versions.

      However, if you are using a custom version, this is required (and validated).

      Returns:
      this
    • repository

      @Stability(Stable) public AlbControllerProps.Builder repository(String repository)
      Parameters:
      repository - The repository to pull the controller image from. Note that the default repository works for most regions, but not all. If the repository is not applicable to your region, use a custom repository according to the information here: https://github.com/kubernetes-sigs/aws-load-balancer-controller/releases.
      Returns:
      this
    • build

      @Stability(Stable) public AlbControllerProps build()
      Builds the configured instance.
      Specified by:
      build in interface software.amazon.jsii.Builder<AlbControllerProps>
      Returns:
      a new instance of AlbControllerProps
      Throws:
      NullPointerException - if any required attribute was not provided