@Stability(value=Stable) public static final class CfnUserPoolGroupProps.Builder extends Object implements software.amazon.jsii.Builder<CfnUserPoolGroupProps>
CfnUserPoolGroupProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnUserPoolGroupProps |
build()
Builds the configured instance.
|
CfnUserPoolGroupProps.Builder |
description(String description)
Sets the value of
CfnUserPoolGroupProps.getDescription() |
CfnUserPoolGroupProps.Builder |
groupName(String groupName)
Sets the value of
CfnUserPoolGroupProps.getGroupName() |
CfnUserPoolGroupProps.Builder |
precedence(Number precedence)
Sets the value of
CfnUserPoolGroupProps.getPrecedence() |
CfnUserPoolGroupProps.Builder |
roleArn(String roleArn)
Sets the value of
CfnUserPoolGroupProps.getRoleArn() |
CfnUserPoolGroupProps.Builder |
userPoolId(String userPoolId)
Sets the value of
CfnUserPoolGroupProps.getUserPoolId() |
@Stability(value=Stable) public CfnUserPoolGroupProps.Builder userPoolId(String userPoolId)
CfnUserPoolGroupProps.getUserPoolId()userPoolId - `AWS::Cognito::UserPoolGroup.UserPoolId`. This parameter is required.this@Stability(value=Stable) public CfnUserPoolGroupProps.Builder description(String description)
CfnUserPoolGroupProps.getDescription()description - `AWS::Cognito::UserPoolGroup.Description`.this@Stability(value=Stable) public CfnUserPoolGroupProps.Builder groupName(String groupName)
CfnUserPoolGroupProps.getGroupName()groupName - `AWS::Cognito::UserPoolGroup.GroupName`.this@Stability(value=Stable) public CfnUserPoolGroupProps.Builder precedence(Number precedence)
CfnUserPoolGroupProps.getPrecedence()precedence - `AWS::Cognito::UserPoolGroup.Precedence`.this@Stability(value=Stable) public CfnUserPoolGroupProps.Builder roleArn(String roleArn)
CfnUserPoolGroupProps.getRoleArn()roleArn - `AWS::Cognito::UserPoolGroup.RoleArn`.this@Stability(value=Stable) public CfnUserPoolGroupProps build()
build in interface software.amazon.jsii.Builder<CfnUserPoolGroupProps>CfnUserPoolGroupPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.