Interface BackendAuthSocialProviderConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BackendAuthSocialProviderConfig.Builder,BackendAuthSocialProviderConfig>,SdkBuilder<BackendAuthSocialProviderConfig.Builder,BackendAuthSocialProviderConfig>,SdkPojo
- Enclosing class:
- BackendAuthSocialProviderConfig
public static interface BackendAuthSocialProviderConfig.Builder extends SdkPojo, CopyableBuilder<BackendAuthSocialProviderConfig.Builder,BackendAuthSocialProviderConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BackendAuthSocialProviderConfig.BuilderclientId(String clientId)Describes the client_id, which can be obtained from the third-party social federation provider.BackendAuthSocialProviderConfig.BuilderclientSecret(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, sdkFields
-
-
-
-
Method Detail
-
clientId
BackendAuthSocialProviderConfig.Builder clientId(String 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
BackendAuthSocialProviderConfig.Builder clientSecret(String 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.
-
-