Interface AuthorizationCodeGrantDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AuthorizationCodeGrantDetails.Builder,
,AuthorizationCodeGrantDetails> SdkBuilder<AuthorizationCodeGrantDetails.Builder,
,AuthorizationCodeGrantDetails> SdkPojo
- Enclosing class:
AuthorizationCodeGrantDetails
@Mutable
@NotThreadSafe
public static interface AuthorizationCodeGrantDetails.Builder
extends SdkPojo, CopyableBuilder<AuthorizationCodeGrantDetails.Builder,AuthorizationCodeGrantDetails>
-
Method Summary
Modifier and TypeMethodDescriptionauthorizationEndpoint
(String authorizationEndpoint) The authorization endpoint URL for the OAuth flow.The client ID for the OAuth application.clientSecret
(String clientSecret) The client secret for the OAuth application.tokenEndpoint
(String tokenEndpoint) The token endpoint URL for obtaining access tokens.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
-
clientId
The client ID for the OAuth application.
- Parameters:
clientId
- The client ID for the OAuth application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientSecret
The client secret for the OAuth application.
- Parameters:
clientSecret
- The client secret for the OAuth application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tokenEndpoint
The token endpoint URL for obtaining access tokens.
- Parameters:
tokenEndpoint
- The token endpoint URL for obtaining access tokens.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authorizationEndpoint
The authorization endpoint URL for the OAuth flow.
- Parameters:
authorizationEndpoint
- The authorization endpoint URL for the OAuth flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-