Interface ExchangeCodeForTokenRequestBody.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ExchangeCodeForTokenRequestBody.Builder,,- ExchangeCodeForTokenRequestBody> - SdkBuilder<ExchangeCodeForTokenRequestBody.Builder,,- ExchangeCodeForTokenRequestBody> - SdkPojo
- Enclosing class:
- ExchangeCodeForTokenRequestBody
@Mutable
@NotThreadSafe
public static interface ExchangeCodeForTokenRequestBody.Builder
extends SdkPojo, CopyableBuilder<ExchangeCodeForTokenRequestBody.Builder,ExchangeCodeForTokenRequestBody> 
- 
Method SummaryModifier and TypeMethodDescriptionThe ID of the client to request the token from.The access code to send in the request.redirectUri(String redirectUri) The location of the application that will receive the access code.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
codeThe access code to send in the request. - Parameters:
- code- The access code to send in the request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
redirectUriThe location of the application that will receive the access code. - Parameters:
- redirectUri- The location of the application that will receive the access code.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
clientIdThe ID of the client to request the token from. - Parameters:
- clientId- The ID of the client to request the token from.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-