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 Summary
Modifier 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.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
Describes 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.
-
clientSecret
Describes 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.
-