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