Class CfnIdentityProviderConfig.Builder

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

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

    • create

      @Stability(Stable) public static CfnIdentityProviderConfig.Builder create(Construct scope, String id)
      Parameters:
      scope -
      • scope in which this resource is defined.
      This parameter is required.
      id -
      • scoped id of the resource.
      This parameter is required.
      Returns:
      a new instance of CfnIdentityProviderConfig.Builder.
    • clusterName

      @Stability(Stable) public CfnIdentityProviderConfig.Builder clusterName(String clusterName)
      The cluster that the configuration is associated to.

      Parameters:
      clusterName - The cluster that the configuration is associated to. This parameter is required.
      Returns:
      this
    • type

      @Stability(Stable) public CfnIdentityProviderConfig.Builder type(String type)
      The type of the identity provider configuration.

      The only type available is oidc .

      Parameters:
      type - The type of the identity provider configuration. This parameter is required.
      Returns:
      this
    • identityProviderConfigName

      @Stability(Stable) public CfnIdentityProviderConfig.Builder identityProviderConfigName(String identityProviderConfigName)
      The name of the configuration.

      Parameters:
      identityProviderConfigName - The name of the configuration. This parameter is required.
      Returns:
      this
    • oidc

      @Stability(Stable) public CfnIdentityProviderConfig.Builder oidc(IResolvable oidc)
      An object representing an OpenID Connect (OIDC) identity provider configuration.

      Parameters:
      oidc - An object representing an OpenID Connect (OIDC) identity provider configuration. This parameter is required.
      Returns:
      this
    • oidc

      An object representing an OpenID Connect (OIDC) identity provider configuration.

      Parameters:
      oidc - An object representing an OpenID Connect (OIDC) identity provider configuration. This parameter is required.
      Returns:
      this
    • tags

      @Stability(Stable) public CfnIdentityProviderConfig.Builder tags(List<? extends CfnTag> tags)
      The metadata to apply to the provider configuration to assist with categorization and organization.

      Each tag consists of a key and an optional value. You define both.

      Parameters:
      tags - The metadata to apply to the provider configuration to assist with categorization and organization. This parameter is required.
      Returns:
      this
    • build

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