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 Details

    • Builder

      public Builder()
  • Method Details

    • cluster

      @Stability(Stable) public AwsAuthProps.Builder cluster(Cluster cluster)
      Sets the value of AwsAuthProps.getCluster()
      Parameters:
      cluster - The EKS cluster to apply this configuration to. This parameter is required. [disable-awslint:ref-via-interface]
      Returns:
      this
    • build

      @Stability(Stable) public AwsAuthProps build()
      Builds the configured instance.
      Specified by:
      build in interface software.amazon.jsii.Builder<AwsAuthProps>
      Returns:
      a new instance of AwsAuthProps
      Throws:
      NullPointerException - if any required attribute was not provided