Class CfnCapability.SsoIdentityProperty.Builder
java.lang.Object
software.amazon.awscdk.services.eks.CfnCapability.SsoIdentityProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCapability.SsoIdentityProperty>
- Enclosing interface:
CfnCapability.SsoIdentityProperty
@Stability(Stable)
public static final class CfnCapability.SsoIdentityProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCapability.SsoIdentityProperty>
A builder for
CfnCapability.SsoIdentityProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnCapability.SsoIdentityProperty.getId()Sets the value ofCfnCapability.SsoIdentityProperty.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
id
Sets the value ofCfnCapability.SsoIdentityProperty.getId()- Parameters:
id- The unique identifier of the IAM Identity Center user or group. This parameter is required.- Returns:
this
-
type
Sets the value ofCfnCapability.SsoIdentityProperty.getType()- Parameters:
type- The type of identity. This parameter is required. Valid values are SSO_USER or SSO_GROUP.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCapability.SsoIdentityProperty>- Returns:
- a new instance of
CfnCapability.SsoIdentityProperty - Throws:
NullPointerException- if any required attribute was not provided
-