Interface RefreshTokenRequestBody.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<RefreshTokenRequestBody.Builder,,- RefreshTokenRequestBody> - SdkBuilder<RefreshTokenRequestBody.Builder,,- RefreshTokenRequestBody> - SdkPojo
- Enclosing class:
- RefreshTokenRequestBody
@Mutable
@NotThreadSafe
public static interface RefreshTokenRequestBody.Builder
extends SdkPojo, CopyableBuilder<RefreshTokenRequestBody.Builder,RefreshTokenRequestBody> 
- 
Method SummaryModifier and TypeMethodDescriptionThe ID of the client to request the token from.The token to use to refresh a previously issued access token that might have expired.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- 
tokenThe token to use to refresh a previously issued access token that might have expired. - Parameters:
- token- The token to use to refresh a previously issued access token that might have expired.
- 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.
 
 
-