@Stability(value=Stable) public static final class CfnUserPoolResourceServer.Builder extends Object implements software.amazon.jsii.Builder<CfnUserPoolResourceServer>
CfnUserPoolResourceServer.| Modifier and Type | Method and Description |
|---|---|
CfnUserPoolResourceServer |
build() |
static CfnUserPoolResourceServer.Builder |
create(Construct scope,
String id) |
CfnUserPoolResourceServer.Builder |
identifier(String identifier)
A unique resource server identifier for the resource server.
|
CfnUserPoolResourceServer.Builder |
name(String name)
A friendly name for the resource server.
|
CfnUserPoolResourceServer.Builder |
scopes(IResolvable scopes)
A list of scopes.
|
CfnUserPoolResourceServer.Builder |
scopes(List<? extends Object> scopes)
A list of scopes.
|
CfnUserPoolResourceServer.Builder |
userPoolId(String userPoolId)
The user pool ID for the user pool.
|
@Stability(value=Stable) public static CfnUserPoolResourceServer.Builder create(Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnUserPoolResourceServer.ResourceServerScopeTypeProperty.Builder.@Stability(value=Stable) public CfnUserPoolResourceServer.Builder identifier(String identifier)
This could be an HTTPS endpoint where the resource server is located. For example: https://my-weather-api.example.com .
identifier - A unique resource server identifier for the resource server. This parameter is required.this@Stability(value=Stable) public CfnUserPoolResourceServer.Builder name(String name)
name - A friendly name for the resource server. This parameter is required.this@Stability(value=Stable) public CfnUserPoolResourceServer.Builder userPoolId(String userPoolId)
userPoolId - The user pool ID for the user pool. This parameter is required.this@Stability(value=Stable) public CfnUserPoolResourceServer.Builder scopes(IResolvable scopes)
Each scope is a map with keys ScopeName and ScopeDescription .
scopes - A list of scopes. This parameter is required.this@Stability(value=Stable) public CfnUserPoolResourceServer.Builder scopes(List<? extends Object> scopes)
Each scope is a map with keys ScopeName and ScopeDescription .
scopes - A list of scopes. This parameter is required.this@Stability(value=Stable) public CfnUserPoolResourceServer build()
build in interface software.amazon.jsii.Builder<CfnUserPoolResourceServer>Copyright © 2022. All rights reserved.