Interface AuthorizationCodeGrant.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AuthorizationCodeGrant.Builder,
,AuthorizationCodeGrant> SdkBuilder<AuthorizationCodeGrant.Builder,
,AuthorizationCodeGrant> SdkPojo
- Enclosing class:
AuthorizationCodeGrant
@Mutable
@NotThreadSafe
public static interface AuthorizationCodeGrant.Builder
extends SdkPojo, CopyableBuilder<AuthorizationCodeGrant.Builder,AuthorizationCodeGrant>
-
Method Summary
Modifier and TypeMethodDescriptionredirectUris
(String... redirectUris) A list of URIs that are valid locations to redirect a user's browser after the user is authorized.redirectUris
(Collection<String> redirectUris) A list of URIs that are valid locations to redirect a user's browser after the user is authorized.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
redirectUris
A list of URIs that are valid locations to redirect a user's browser after the user is authorized.
RedirectUris is required when the grant type is
authorization_code
.- Parameters:
redirectUris
- A list of URIs that are valid locations to redirect a user's browser after the user is authorized.RedirectUris is required when the grant type is
authorization_code
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
redirectUris
A list of URIs that are valid locations to redirect a user's browser after the user is authorized.
RedirectUris is required when the grant type is
authorization_code
.- Parameters:
redirectUris
- A list of URIs that are valid locations to redirect a user's browser after the user is authorized.RedirectUris is required when the grant type is
authorization_code
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-