Class CfnIdentityProviderConfigMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.eks.CfnIdentityProviderConfigMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIdentityProviderConfigMixinProps>
- Enclosing interface:
CfnIdentityProviderConfigMixinProps
@Stability(Stable)
public static final class CfnIdentityProviderConfigMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIdentityProviderConfigMixinProps>
A builder for
CfnIdentityProviderConfigMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.clusterName(String clusterName) Sets the value ofCfnIdentityProviderConfigMixinProps.getClusterName()identityProviderConfigName(String identityProviderConfigName) Sets the value ofCfnIdentityProviderConfigMixinProps.getIdentityProviderConfigName()Sets the value ofCfnIdentityProviderConfigMixinProps.getOidc()oidc(IResolvable oidc) Sets the value ofCfnIdentityProviderConfigMixinProps.getOidc()Sets the value ofCfnIdentityProviderConfigMixinProps.getTags()Sets the value ofCfnIdentityProviderConfigMixinProps.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
clusterName
@Stability(Stable) public CfnIdentityProviderConfigMixinProps.Builder clusterName(String clusterName) Sets the value ofCfnIdentityProviderConfigMixinProps.getClusterName()- Parameters:
clusterName- The name of your cluster.- Returns:
this
-
identityProviderConfigName
@Stability(Stable) public CfnIdentityProviderConfigMixinProps.Builder identityProviderConfigName(String identityProviderConfigName) Sets the value ofCfnIdentityProviderConfigMixinProps.getIdentityProviderConfigName()- Parameters:
identityProviderConfigName- The name of the configuration.- Returns:
this
-
oidc
Sets the value ofCfnIdentityProviderConfigMixinProps.getOidc()- Parameters:
oidc- An object representing an OpenID Connect (OIDC) identity provider configuration.- Returns:
this
-
oidc
@Stability(Stable) public CfnIdentityProviderConfigMixinProps.Builder oidc(CfnIdentityProviderConfigPropsMixin.OidcIdentityProviderConfigProperty oidc) Sets the value ofCfnIdentityProviderConfigMixinProps.getOidc()- Parameters:
oidc- An object representing an OpenID Connect (OIDC) identity provider configuration.- Returns:
this
-
tags
@Stability(Stable) public CfnIdentityProviderConfigMixinProps.Builder tags(List<? extends CfnTag> tags) Sets the value ofCfnIdentityProviderConfigMixinProps.getTags()- Parameters:
tags- Metadata that assists with categorization and organization. Each tag consists of a key and an optional value. You define both. Tags don't propagate to any other cluster or AWS resources.- Returns:
this
-
type
Sets the value ofCfnIdentityProviderConfigMixinProps.getType()- Parameters:
type- The type of the identity provider configuration. The only type available isoidc.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIdentityProviderConfigMixinProps>- Returns:
- a new instance of
CfnIdentityProviderConfigMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-