Interface GlueOAuth2Credentials.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GlueOAuth2Credentials.Builder,GlueOAuth2Credentials>,SdkBuilder<GlueOAuth2Credentials.Builder,GlueOAuth2Credentials>,SdkPojo
- Enclosing class:
- GlueOAuth2Credentials
public static interface GlueOAuth2Credentials.Builder extends SdkPojo, CopyableBuilder<GlueOAuth2Credentials.Builder,GlueOAuth2Credentials>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GlueOAuth2Credentials.BuilderaccessToken(String accessToken)The access token of a connection.GlueOAuth2Credentials.BuilderjwtToken(String jwtToken)The jwt token of the connection.GlueOAuth2Credentials.BuilderrefreshToken(String refreshToken)The refresh token of the connection.GlueOAuth2Credentials.BuilderuserManagedClientApplicationClientSecret(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 Detail
-
accessToken
GlueOAuth2Credentials.Builder accessToken(String 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
GlueOAuth2Credentials.Builder jwtToken(String 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
GlueOAuth2Credentials.Builder refreshToken(String 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.
-
-