Interface BackendAuthSocialProviderConfig.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<BackendAuthSocialProviderConfig.Builder,,- BackendAuthSocialProviderConfig> - SdkBuilder<BackendAuthSocialProviderConfig.Builder,,- BackendAuthSocialProviderConfig> - SdkPojo
- Enclosing class:
- BackendAuthSocialProviderConfig
@Mutable
@NotThreadSafe
public static interface BackendAuthSocialProviderConfig.Builder
extends SdkPojo, CopyableBuilder<BackendAuthSocialProviderConfig.Builder,BackendAuthSocialProviderConfig> 
- 
Method SummaryModifier and TypeMethodDescriptionDescribes the client_id, which can be obtained from the third-party social federation provider.clientSecret(String clientSecret) Describes the client_secret, which can be obtained from third-party social federation providers.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- 
clientIdDescribes the client_id, which can be obtained from the third-party social federation provider. - Parameters:
- clientId- Describes the client_id, which can be obtained from the third-party social federation provider.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
clientSecretDescribes the client_secret, which can be obtained from third-party social federation providers. - Parameters:
- clientSecret- Describes the client_secret, which can be obtained from third-party social federation providers.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-