public static interface UpdateUserPoolClientRequest.Builder extends CognitoIdentityProviderRequest.Builder, CopyableBuilder<UpdateUserPoolClientRequest.Builder,UpdateUserPoolClientRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateUserPoolClientRequest.Builder |
allowedOAuthFlows(Collection<String> allowedOAuthFlows)
Set to
code to initiate a code grant flow, which provides an authorization code as the response. |
UpdateUserPoolClientRequest.Builder |
allowedOAuthFlows(String... allowedOAuthFlows)
Set to
code to initiate a code grant flow, which provides an authorization code as the response. |
UpdateUserPoolClientRequest.Builder |
allowedOAuthFlowsUserPoolClient(Boolean allowedOAuthFlowsUserPoolClient)
Set to TRUE if the client is allowed to follow the OAuth protocol when interacting with Cognito user pools.
|
UpdateUserPoolClientRequest.Builder |
allowedOAuthScopes(Collection<String> allowedOAuthScopes)
A list of allowed
OAuth scopes. |
UpdateUserPoolClientRequest.Builder |
allowedOAuthScopes(String... allowedOAuthScopes)
A list of allowed
OAuth scopes. |
UpdateUserPoolClientRequest.Builder |
callbackURLs(Collection<String> callbackURLs)
A list of allowed callback URLs for the identity providers.
|
UpdateUserPoolClientRequest.Builder |
callbackURLs(String... callbackURLs)
A list of allowed callback URLs for the identity providers.
|
UpdateUserPoolClientRequest.Builder |
clientId(String clientId)
The ID of the client associated with the user pool.
|
UpdateUserPoolClientRequest.Builder |
clientName(String clientName)
The client name from the update user pool client request.
|
UpdateUserPoolClientRequest.Builder |
defaultRedirectURI(String defaultRedirectURI)
The default redirect URI.
|
UpdateUserPoolClientRequest.Builder |
explicitAuthFlows(Collection<String> explicitAuthFlows)
Explicit authentication flows.
|
UpdateUserPoolClientRequest.Builder |
explicitAuthFlows(String... explicitAuthFlows)
Explicit authentication flows.
|
UpdateUserPoolClientRequest.Builder |
logoutURLs(Collection<String> logoutURLs)
A list of allowed logout URLs for the identity providers.
|
UpdateUserPoolClientRequest.Builder |
logoutURLs(String... logoutURLs)
A list of allowed logout URLs for the identity providers.
|
UpdateUserPoolClientRequest.Builder |
readAttributes(Collection<String> readAttributes)
The read-only attributes of the user pool.
|
UpdateUserPoolClientRequest.Builder |
readAttributes(String... readAttributes)
The read-only attributes of the user pool.
|
UpdateUserPoolClientRequest.Builder |
refreshTokenValidity(Integer refreshTokenValidity)
The time limit, in days, after which the refresh token is no longer valid and cannot be used.
|
UpdateUserPoolClientRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateUserPoolClientRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateUserPoolClientRequest.Builder |
supportedIdentityProviders(Collection<String> supportedIdentityProviders)
A list of provider names for the identity providers that are supported on this client.
|
UpdateUserPoolClientRequest.Builder |
supportedIdentityProviders(String... supportedIdentityProviders)
A list of provider names for the identity providers that are supported on this client.
|
UpdateUserPoolClientRequest.Builder |
userPoolId(String userPoolId)
The user pool ID for the user pool where you want to update the user pool client.
|
UpdateUserPoolClientRequest.Builder |
writeAttributes(Collection<String> writeAttributes)
The writeable attributes of the user pool.
|
UpdateUserPoolClientRequest.Builder |
writeAttributes(String... writeAttributes)
The writeable attributes of the user pool.
|
buildrequestOverrideConfigcopyapply, buildUpdateUserPoolClientRequest.Builder userPoolId(String userPoolId)
The user pool ID for the user pool where you want to update the user pool client.
userPoolId - The user pool ID for the user pool where you want to update the user pool client.UpdateUserPoolClientRequest.Builder clientId(String clientId)
The ID of the client associated with the user pool.
clientId - The ID of the client associated with the user pool.UpdateUserPoolClientRequest.Builder clientName(String clientName)
The client name from the update user pool client request.
clientName - The client name from the update user pool client request.UpdateUserPoolClientRequest.Builder refreshTokenValidity(Integer refreshTokenValidity)
The time limit, in days, after which the refresh token is no longer valid and cannot be used.
refreshTokenValidity - The time limit, in days, after which the refresh token is no longer valid and cannot be used.UpdateUserPoolClientRequest.Builder readAttributes(Collection<String> readAttributes)
The read-only attributes of the user pool.
readAttributes - The read-only attributes of the user pool.UpdateUserPoolClientRequest.Builder readAttributes(String... readAttributes)
The read-only attributes of the user pool.
readAttributes - The read-only attributes of the user pool.UpdateUserPoolClientRequest.Builder writeAttributes(Collection<String> writeAttributes)
The writeable attributes of the user pool.
writeAttributes - The writeable attributes of the user pool.UpdateUserPoolClientRequest.Builder writeAttributes(String... writeAttributes)
The writeable attributes of the user pool.
writeAttributes - The writeable attributes of the user pool.UpdateUserPoolClientRequest.Builder explicitAuthFlows(Collection<String> explicitAuthFlows)
Explicit authentication flows.
explicitAuthFlows - Explicit authentication flows.UpdateUserPoolClientRequest.Builder explicitAuthFlows(String... explicitAuthFlows)
Explicit authentication flows.
explicitAuthFlows - Explicit authentication flows.UpdateUserPoolClientRequest.Builder supportedIdentityProviders(Collection<String> supportedIdentityProviders)
A list of provider names for the identity providers that are supported on this client.
supportedIdentityProviders - A list of provider names for the identity providers that are supported on this client.UpdateUserPoolClientRequest.Builder supportedIdentityProviders(String... supportedIdentityProviders)
A list of provider names for the identity providers that are supported on this client.
supportedIdentityProviders - A list of provider names for the identity providers that are supported on this client.UpdateUserPoolClientRequest.Builder callbackURLs(Collection<String> callbackURLs)
A list of allowed callback URLs for the identity providers.
callbackURLs - A list of allowed callback URLs for the identity providers.UpdateUserPoolClientRequest.Builder callbackURLs(String... callbackURLs)
A list of allowed callback URLs for the identity providers.
callbackURLs - A list of allowed callback URLs for the identity providers.UpdateUserPoolClientRequest.Builder logoutURLs(Collection<String> logoutURLs)
A list of allowed logout URLs for the identity providers.
logoutURLs - A list of allowed logout URLs for the identity providers.UpdateUserPoolClientRequest.Builder logoutURLs(String... logoutURLs)
A list of allowed logout URLs for the identity providers.
logoutURLs - A list of allowed logout URLs for the identity providers.UpdateUserPoolClientRequest.Builder defaultRedirectURI(String defaultRedirectURI)
The default redirect URI. Must be in the CallbackURLs list.
defaultRedirectURI - The default redirect URI. Must be in the CallbackURLs list.UpdateUserPoolClientRequest.Builder allowedOAuthFlows(Collection<String> allowedOAuthFlows)
Set to code to initiate a code grant flow, which provides an authorization code as the response.
This code can be exchanged for access tokens with the token endpoint.
Set to token to specify that the client should get the access token (and, optionally, ID token,
based on scopes) directly.
allowedOAuthFlows - Set to code to initiate a code grant flow, which provides an authorization code as the
response. This code can be exchanged for access tokens with the token endpoint.
Set to token to specify that the client should get the access token (and, optionally, ID
token, based on scopes) directly.
UpdateUserPoolClientRequest.Builder allowedOAuthFlows(String... allowedOAuthFlows)
Set to code to initiate a code grant flow, which provides an authorization code as the response.
This code can be exchanged for access tokens with the token endpoint.
Set to token to specify that the client should get the access token (and, optionally, ID token,
based on scopes) directly.
allowedOAuthFlows - Set to code to initiate a code grant flow, which provides an authorization code as the
response. This code can be exchanged for access tokens with the token endpoint.
Set to token to specify that the client should get the access token (and, optionally, ID
token, based on scopes) directly.
UpdateUserPoolClientRequest.Builder allowedOAuthScopes(Collection<String> allowedOAuthScopes)
A list of allowed OAuth scopes. Currently supported values are "phone",
"email", "openid", and "Cognito".
allowedOAuthScopes - A list of allowed OAuth scopes. Currently supported values are "phone",
"email", "openid", and "Cognito".UpdateUserPoolClientRequest.Builder allowedOAuthScopes(String... allowedOAuthScopes)
A list of allowed OAuth scopes. Currently supported values are "phone",
"email", "openid", and "Cognito".
allowedOAuthScopes - A list of allowed OAuth scopes. Currently supported values are "phone",
"email", "openid", and "Cognito".UpdateUserPoolClientRequest.Builder allowedOAuthFlowsUserPoolClient(Boolean allowedOAuthFlowsUserPoolClient)
Set to TRUE if the client is allowed to follow the OAuth protocol when interacting with Cognito user pools.
allowedOAuthFlowsUserPoolClient - Set to TRUE if the client is allowed to follow the OAuth protocol when interacting with Cognito user
pools.UpdateUserPoolClientRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UpdateUserPoolClientRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.