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