Interface OAuth2AuthorizationData.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<OAuth2AuthorizationData.Builder,,OAuth2AuthorizationData> SdkBuilder<OAuth2AuthorizationData.Builder,,OAuth2AuthorizationData> SdkPojo
- Enclosing class:
OAuth2AuthorizationData
@Mutable
@NotThreadSafe
public static interface OAuth2AuthorizationData.Builder
extends SdkPojo, CopyableBuilder<OAuth2AuthorizationData.Builder,OAuth2AuthorizationData>
-
Method Summary
Modifier and TypeMethodDescriptionauthorizationUrl(String authorizationUrl) The URL to initiate the authorization process.The user identifier associated with the OAuth2 authorization session that is defined by AgentCore Gateway.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
authorizationUrl
The URL to initiate the authorization process. This URL is provided when the OAuth2 access token requires user authorization.
- Parameters:
authorizationUrl- The URL to initiate the authorization process. This URL is provided when the OAuth2 access token requires user authorization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userId
The user identifier associated with the OAuth2 authorization session that is defined by AgentCore Gateway.
- Parameters:
userId- The user identifier associated with the OAuth2 authorization session that is defined by AgentCore Gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-