Class AwsAuth.Builder

java.lang.Object
software.amazon.awscdk.services.eks.legacy.AwsAuth.Builder
All Implemented Interfaces:
software.amazon.jsii.Builder<AwsAuth>
Enclosing class:
AwsAuth

@Stability(Deprecated) @Deprecated public static final class AwsAuth.Builder extends Object implements software.amazon.jsii.Builder<AwsAuth>
Deprecated.
(deprecated) A fluent builder for AwsAuth.
  • Method Details

    • create

      @Stability(Deprecated) @Deprecated public static AwsAuth.Builder create(Construct scope, String id)
      Deprecated.
      Parameters:
      scope - This parameter is required.
      id - This parameter is required.
      Returns:
      a new instance of AwsAuth.Builder.
    • cluster

      @Stability(Deprecated) @Deprecated public AwsAuth.Builder cluster(Cluster cluster)
      Deprecated.
      (deprecated) 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(Deprecated) @Deprecated public AwsAuth build()
      Deprecated.
      Specified by:
      build in interface software.amazon.jsii.Builder<AwsAuth>
      Returns:
      a newly built instance of AwsAuth.