Interface ReadAuthorizationCodeGrantDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ReadAuthorizationCodeGrantDetails.Builder,
,ReadAuthorizationCodeGrantDetails> SdkBuilder<ReadAuthorizationCodeGrantDetails.Builder,
,ReadAuthorizationCodeGrantDetails> SdkPojo
- Enclosing class:
ReadAuthorizationCodeGrantDetails
@Mutable
@NotThreadSafe
public static interface ReadAuthorizationCodeGrantDetails.Builder
extends SdkPojo, CopyableBuilder<ReadAuthorizationCodeGrantDetails.Builder,ReadAuthorizationCodeGrantDetails>
-
Method Summary
Modifier and TypeMethodDescriptionauthorizationEndpoint
(String authorizationEndpoint) The authorization server endpoint used to obtain authorization codes from the resource owner.The client identifier for the OAuth2 authorization code grant flow.tokenEndpoint
(String tokenEndpoint) The authorization server endpoint used to obtain access tokens via the authorization code grant flow.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 identifier for the OAuth2 authorization code grant flow.
- Parameters:
clientId
- The client identifier for the OAuth2 authorization code grant flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tokenEndpoint
The authorization server endpoint used to obtain access tokens via the authorization code grant flow.
- Parameters:
tokenEndpoint
- The authorization server endpoint used to obtain access tokens via the authorization code grant flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authorizationEndpoint
The authorization server endpoint used to obtain authorization codes from the resource owner.
- Parameters:
authorizationEndpoint
- The authorization server endpoint used to obtain authorization codes from the resource owner.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-