@Stability(value=Stable) public static final class CfnUserPoolUserProps.Builder extends Object implements software.amazon.jsii.Builder<CfnUserPoolUserProps>
CfnUserPoolUserProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnUserPoolUserProps.Builder userPoolId(String userPoolId)
CfnUserPoolUserProps.getUserPoolId()userPoolId - `AWS::Cognito::UserPoolUser.UserPoolId`. This parameter is required.this@Stability(value=Stable) public CfnUserPoolUserProps.Builder clientMetadata(Object clientMetadata)
CfnUserPoolUserProps.getClientMetadata()clientMetadata - `AWS::Cognito::UserPoolUser.ClientMetadata`.this@Stability(value=Stable) public CfnUserPoolUserProps.Builder desiredDeliveryMediums(List<String> desiredDeliveryMediums)
CfnUserPoolUserProps.getDesiredDeliveryMediums()desiredDeliveryMediums - `AWS::Cognito::UserPoolUser.DesiredDeliveryMediums`.this@Stability(value=Stable) public CfnUserPoolUserProps.Builder forceAliasCreation(Boolean forceAliasCreation)
CfnUserPoolUserProps.getForceAliasCreation()forceAliasCreation - `AWS::Cognito::UserPoolUser.ForceAliasCreation`.this@Stability(value=Stable) public CfnUserPoolUserProps.Builder forceAliasCreation(IResolvable forceAliasCreation)
CfnUserPoolUserProps.getForceAliasCreation()forceAliasCreation - `AWS::Cognito::UserPoolUser.ForceAliasCreation`.this@Stability(value=Stable) public CfnUserPoolUserProps.Builder messageAction(String messageAction)
CfnUserPoolUserProps.getMessageAction()messageAction - `AWS::Cognito::UserPoolUser.MessageAction`.this@Stability(value=Stable) public CfnUserPoolUserProps.Builder userAttributes(IResolvable userAttributes)
CfnUserPoolUserProps.getUserAttributes()userAttributes - `AWS::Cognito::UserPoolUser.UserAttributes`.this@Stability(value=Stable) public CfnUserPoolUserProps.Builder userAttributes(List<? extends Object> userAttributes)
CfnUserPoolUserProps.getUserAttributes()userAttributes - `AWS::Cognito::UserPoolUser.UserAttributes`.this@Stability(value=Stable) public CfnUserPoolUserProps.Builder username(String username)
CfnUserPoolUserProps.getUsername()username - `AWS::Cognito::UserPoolUser.Username`.this@Stability(value=Stable) public CfnUserPoolUserProps.Builder validationData(IResolvable validationData)
CfnUserPoolUserProps.getValidationData()validationData - `AWS::Cognito::UserPoolUser.ValidationData`.this@Stability(value=Stable) public CfnUserPoolUserProps.Builder validationData(List<? extends Object> validationData)
CfnUserPoolUserProps.getValidationData()validationData - `AWS::Cognito::UserPoolUser.ValidationData`.this@Stability(value=Stable) public CfnUserPoolUserProps build()
build in interface software.amazon.jsii.Builder<CfnUserPoolUserProps>CfnUserPoolUserPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.