public static interface UpdateResourceServerRequest.Builder extends CognitoIdentityProviderRequest.Builder, CopyableBuilder<UpdateResourceServerRequest.Builder,UpdateResourceServerRequest>
build
overrideConfiguration
copy
applyMutation, build
UpdateResourceServerRequest.Builder userPoolId(String userPoolId)
The user pool ID for the user pool.
userPoolId
- The user pool ID for the user pool.UpdateResourceServerRequest.Builder identifier(String identifier)
The identifier for the resource server.
identifier
- The identifier for the resource server.UpdateResourceServerRequest.Builder name(String name)
The name of the resource server.
name
- The name of the resource server.UpdateResourceServerRequest.Builder scopes(Collection<ResourceServerScopeType> scopes)
The scope values to be set for the resource server.
scopes
- The scope values to be set for the resource server.UpdateResourceServerRequest.Builder scopes(ResourceServerScopeType... scopes)
The scope values to be set for the resource server.
scopes
- The scope values to be set for the resource server.UpdateResourceServerRequest.Builder scopes(Consumer<ResourceServerScopeType.Builder>... scopes)
The scope values to be set for the resource server.
This is a convenience that creates an instance of theList.Builder
avoiding
the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #scopes(List)
.scopes
- a consumer that will call methods on List.Builder
#scopes(List)
UpdateResourceServerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateResourceServerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.