Interface GoogleOauth2ProviderConfigInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GoogleOauth2ProviderConfigInput.Builder,
,GoogleOauth2ProviderConfigInput> SdkBuilder<GoogleOauth2ProviderConfigInput.Builder,
,GoogleOauth2ProviderConfigInput> SdkPojo
- Enclosing class:
GoogleOauth2ProviderConfigInput
@Mutable
@NotThreadSafe
public static interface GoogleOauth2ProviderConfigInput.Builder
extends SdkPojo, CopyableBuilder<GoogleOauth2ProviderConfigInput.Builder,GoogleOauth2ProviderConfigInput>
-
Method Summary
Modifier and TypeMethodDescriptionThe client ID for the Google OAuth2 provider.clientSecret
(String clientSecret) The client secret for the Google OAuth2 provider.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
-
clientId
The client ID for the Google OAuth2 provider.
- Parameters:
clientId
- The client ID for the Google OAuth2 provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientSecret
The client secret for the Google OAuth2 provider.
- Parameters:
clientSecret
- The client secret for the Google OAuth2 provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-