Class AwsAuth.Builder
java.lang.Object
software.amazon.awscdk.services.eks.AwsAuth.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<AwsAuth>
- Enclosing class:
AwsAuth
@Stability(Stable)
public static final class AwsAuth.Builder
extends Object
implements software.amazon.jsii.Builder<AwsAuth>
A fluent builder for
AwsAuth
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
The EKS cluster to apply this configuration to.static AwsAuth.Builder
-
Method Details
-
create
@Stability(Stable) public static AwsAuth.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- This parameter is required.id
- This parameter is required.- Returns:
- a new instance of
AwsAuth.Builder
.
-
cluster
The EKS cluster to apply this configuration to.[disable-awslint:ref-via-interface]
- Parameters:
cluster
- The EKS cluster to apply this configuration to. This parameter is required.- Returns:
this
-
build
-