@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 - A unique resource server identifier for the resource server. This parameter is required.
This could be an HTTPS endpoint where the resource server is located. For example: https://my-weather-api.example.com .this@Stability(value=Stable) public CfnUserPoolResourceServerProps.Builder name(String name)
CfnUserPoolResourceServerProps.getName()name - A friendly name for the resource server. This parameter is required.this@Stability(value=Stable) public CfnUserPoolResourceServerProps.Builder userPoolId(String userPoolId)
CfnUserPoolResourceServerProps.getUserPoolId()userPoolId - The user pool ID for the user pool. This parameter is required.this@Stability(value=Stable) public CfnUserPoolResourceServerProps.Builder scopes(IResolvable scopes)
CfnUserPoolResourceServerProps.getScopes()scopes - A list of scopes.
Each scope is a map with keys ScopeName and ScopeDescription .this@Stability(value=Stable) public CfnUserPoolResourceServerProps.Builder scopes(List<? extends Object> scopes)
CfnUserPoolResourceServerProps.getScopes()scopes - A list of scopes.
Each scope is a map with keys ScopeName and ScopeDescription .this@Stability(value=Stable) public CfnUserPoolResourceServerProps build()
build in interface software.amazon.jsii.Builder<CfnUserPoolResourceServerProps>CfnUserPoolResourceServerPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.