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 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

      @Stability(Stable) public AwsAuth.Builder cluster(Cluster 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

      @Stability(Stable) public AwsAuth build()
      Specified by:
      build in interface software.amazon.jsii.Builder<AwsAuth>
      Returns:
      a newly built instance of AwsAuth.