Class EksClusterIdentity.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.eks_cluster.EksClusterIdentity.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<EksClusterIdentity>
- Enclosing interface:
- EksClusterIdentity
@Stability(Stable) public static final class EksClusterIdentity.Builder extends Object implements software.amazon.jsii.Builder<EksClusterIdentity>
A builder forEksClusterIdentity
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
-
-
Method Detail
-
build
@Stability(Stable) public EksClusterIdentity build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<EksClusterIdentity>- Returns:
- a new instance of
EksClusterIdentity - Throws:
NullPointerException- if any required attribute was not provided
-
-