Class AwsAuthProps.Builder
java.lang.Object
software.amazon.awscdk.services.eks.AwsAuthProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<AwsAuthProps>
- Enclosing interface:
AwsAuthProps
@Stability(Stable)
public static final class AwsAuthProps.Builder
extends Object
implements software.amazon.jsii.Builder<AwsAuthProps>
A builder for
AwsAuthProps
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofAwsAuthProps.getCluster()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
cluster
Sets the value ofAwsAuthProps.getCluster()
- Parameters:
cluster
- The EKS cluster to apply this configuration to. This parameter is required. [disable-awslint:ref-via-interface]- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<AwsAuthProps>
- Returns:
- a new instance of
AwsAuthProps
- Throws:
NullPointerException
- if any required attribute was not provided
-