Class CfnEntitlementPropsMixin.PrincipalProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.accountaccess.CfnEntitlementPropsMixin.PrincipalProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEntitlementPropsMixin.PrincipalProperty>
- Enclosing interface:
CfnEntitlementPropsMixin.PrincipalProperty
@Stability(Stable)
public static final class CfnEntitlementPropsMixin.PrincipalProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEntitlementPropsMixin.PrincipalProperty>
A builder for
CfnEntitlementPropsMixin.PrincipalProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnEntitlementPropsMixin.PrincipalProperty.getIdentityCenter()identityCenter(IResolvable identityCenter) Sets the value ofCfnEntitlementPropsMixin.PrincipalProperty.getIdentityCenter()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
identityCenter
@Stability(Stable) public CfnEntitlementPropsMixin.PrincipalProperty.Builder identityCenter(IResolvable identityCenter) Sets the value ofCfnEntitlementPropsMixin.PrincipalProperty.getIdentityCenter()- Parameters:
identityCenter- the value to be set.- Returns:
this
-
identityCenter
@Stability(Stable) public CfnEntitlementPropsMixin.PrincipalProperty.Builder identityCenter(CfnEntitlementPropsMixin.IdentityCenterPrincipalProperty identityCenter) Sets the value ofCfnEntitlementPropsMixin.PrincipalProperty.getIdentityCenter()- Parameters:
identityCenter- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnEntitlementPropsMixin.PrincipalProperty>- Returns:
- a new instance of
CfnEntitlementPropsMixin.PrincipalProperty - Throws:
NullPointerException- if any required attribute was not provided
-