Interface GlueOAuth2Credentials.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GlueOAuth2Credentials.Builder,
,GlueOAuth2Credentials> SdkBuilder<GlueOAuth2Credentials.Builder,
,GlueOAuth2Credentials> SdkPojo
- Enclosing class:
GlueOAuth2Credentials
@Mutable
@NotThreadSafe
public static interface GlueOAuth2Credentials.Builder
extends SdkPojo, CopyableBuilder<GlueOAuth2Credentials.Builder,GlueOAuth2Credentials>
-
Method Summary
Modifier and TypeMethodDescriptionaccessToken
(String accessToken) The access token of a connection.The jwt token of the connection.refreshToken
(String refreshToken) The refresh token of the connection.userManagedClientApplicationClientSecret
(String userManagedClientApplicationClientSecret) The user managed client application client secret of the connection.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
-
accessToken
The access token of a connection.
- Parameters:
accessToken
- The access token of a connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jwtToken
The jwt token of the connection.
- Parameters:
jwtToken
- The jwt token of the connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
refreshToken
The refresh token of the connection.
- Parameters:
refreshToken
- The refresh token of the connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userManagedClientApplicationClientSecret
GlueOAuth2Credentials.Builder userManagedClientApplicationClientSecret(String userManagedClientApplicationClientSecret) The user managed client application client secret of the connection.
- Parameters:
userManagedClientApplicationClientSecret
- The user managed client application client secret of the connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-