@Stability(value=Stable) public static final class AlbControllerProps.Builder extends Object implements software.amazon.jsii.Builder<AlbControllerProps>
AlbControllerProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
AlbControllerProps |
build()
Builds the configured instance.
|
AlbControllerProps.Builder |
cluster(Cluster cluster)
Sets the value of
AlbControllerProps.getCluster() |
AlbControllerProps.Builder |
policy(Object policy)
Sets the value of
AlbControllerOptions.getPolicy() |
AlbControllerProps.Builder |
repository(String repository)
Sets the value of
AlbControllerOptions.getRepository() |
AlbControllerProps.Builder |
version(AlbControllerVersion version)
Sets the value of
AlbControllerOptions.getVersion() |
@Stability(value=Stable) public AlbControllerProps.Builder cluster(Cluster cluster)
AlbControllerProps.getCluster()cluster - [disable-awslint:ref-via-interface] Cluster to install the controller onto. This parameter is required.this@Stability(value=Stable) public AlbControllerProps.Builder version(AlbControllerVersion version)
AlbControllerOptions.getVersion()version - Version of the controller. This parameter is required.this@Stability(value=Stable) public AlbControllerProps.Builder policy(Object policy)
AlbControllerOptions.getPolicy()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).
this@Stability(value=Stable) public AlbControllerProps.Builder repository(String repository)
AlbControllerOptions.getRepository()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.this@Stability(value=Stable) public AlbControllerProps build()
build in interface software.amazon.jsii.Builder<AlbControllerProps>AlbControllerPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.