@Stability(value=Stable) public static final class CfnUserPoolResourceServerProps.Builder extends Object implements software.amazon.jsii.Builder<CfnUserPoolResourceServerProps>
CfnUserPoolResourceServerProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnUserPoolResourceServerProps |
build()
Builds the configured instance.
|
CfnUserPoolResourceServerProps.Builder |
identifier(String identifier)
Sets the value of
CfnUserPoolResourceServerProps.getIdentifier() |
CfnUserPoolResourceServerProps.Builder |
name(String name)
Sets the value of
CfnUserPoolResourceServerProps.getName() |
CfnUserPoolResourceServerProps.Builder |
scopes(IResolvable scopes)
Sets the value of
CfnUserPoolResourceServerProps.getScopes() |
CfnUserPoolResourceServerProps.Builder |
scopes(List<? extends Object> scopes)
Sets the value of
CfnUserPoolResourceServerProps.getScopes() |
CfnUserPoolResourceServerProps.Builder |
userPoolId(String userPoolId)
Sets the value of
CfnUserPoolResourceServerProps.getUserPoolId() |
@Stability(value=Stable) public CfnUserPoolResourceServerProps.Builder identifier(String identifier)
CfnUserPoolResourceServerProps.getIdentifier()identifier - `AWS::Cognito::UserPoolResourceServer.Identifier`. This parameter is required.this@Stability(value=Stable) public CfnUserPoolResourceServerProps.Builder name(String name)
CfnUserPoolResourceServerProps.getName()name - `AWS::Cognito::UserPoolResourceServer.Name`. This parameter is required.this@Stability(value=Stable) public CfnUserPoolResourceServerProps.Builder userPoolId(String userPoolId)
CfnUserPoolResourceServerProps.getUserPoolId()userPoolId - `AWS::Cognito::UserPoolResourceServer.UserPoolId`. This parameter is required.this@Stability(value=Stable) public CfnUserPoolResourceServerProps.Builder scopes(IResolvable scopes)
CfnUserPoolResourceServerProps.getScopes()scopes - `AWS::Cognito::UserPoolResourceServer.Scopes`.this@Stability(value=Stable) public CfnUserPoolResourceServerProps.Builder scopes(List<? extends Object> scopes)
CfnUserPoolResourceServerProps.getScopes()scopes - `AWS::Cognito::UserPoolResourceServer.Scopes`.this@Stability(value=Stable) public CfnUserPoolResourceServerProps build()
build in interface software.amazon.jsii.Builder<CfnUserPoolResourceServerProps>CfnUserPoolResourceServerPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.