public static interface CreateResourceServerRequest.Builder extends CognitoIdentityProviderRequest.Builder, CopyableBuilder<CreateResourceServerRequest.Builder,CreateResourceServerRequest>
Modifier and Type | Method and Description |
---|---|
CreateResourceServerRequest.Builder |
identifier(String identifier)
A unique resource server identifier for the resource server.
|
CreateResourceServerRequest.Builder |
name(String name)
A friendly name for the resource server.
|
CreateResourceServerRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CreateResourceServerRequest.Builder |
scopes(Collection<ResourceServerScopeType> scopes)
A list of scopes.
|
CreateResourceServerRequest.Builder |
scopes(ResourceServerScopeType... scopes)
A list of scopes.
|
CreateResourceServerRequest.Builder |
userPoolId(String userPoolId)
The user pool ID for the user pool.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
CreateResourceServerRequest.Builder userPoolId(String userPoolId)
The user pool ID for the user pool.
userPoolId
- The user pool ID for the user pool.CreateResourceServerRequest.Builder identifier(String identifier)
A unique resource server identifier for the resource server. 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 could be an HTTPS endpoint where the
resource server is located. For example, https://my-weather-api.example.com
.CreateResourceServerRequest.Builder name(String name)
A friendly name for the resource server.
name
- A friendly name for the resource server.CreateResourceServerRequest.Builder scopes(Collection<ResourceServerScopeType> scopes)
A list of scopes. Each scope is map, where the keys are name
and description
.
scopes
- A list of scopes. Each scope is map, where the keys are name
and description
.CreateResourceServerRequest.Builder scopes(ResourceServerScopeType... scopes)
A list of scopes. Each scope is map, where the keys are name
and description
.
scopes
- A list of scopes. Each scope is map, where the keys are name
and description
.CreateResourceServerRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.