Interface OAuthCodeCredential.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<OAuthCodeCredential.Builder,,OAuthCodeCredential> SdkBuilder<OAuthCodeCredential.Builder,,OAuthCodeCredential> SdkPojo
- Enclosing class:
OAuthCodeCredential
@Mutable
@NotThreadSafe
public static interface OAuthCodeCredential.Builder
extends SdkPojo, CopyableBuilder<OAuthCodeCredential.Builder,OAuthCodeCredential>
-
Method Summary
Modifier and TypeMethodDescriptionThe OAuth 2.0 authorization code returned by the external system's authorization endpoint.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
-
authCode
The OAuth 2.0 authorization code returned by the external system's authorization endpoint.
- Parameters:
authCode- The OAuth 2.0 authorization code returned by the external system's authorization endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-