Interface LinkedinOauth2ProviderConfigInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LinkedinOauth2ProviderConfigInput.Builder,
,LinkedinOauth2ProviderConfigInput> SdkBuilder<LinkedinOauth2ProviderConfigInput.Builder,
,LinkedinOauth2ProviderConfigInput> SdkPojo
- Enclosing class:
LinkedinOauth2ProviderConfigInput
@Mutable
@NotThreadSafe
public static interface LinkedinOauth2ProviderConfigInput.Builder
extends SdkPojo, CopyableBuilder<LinkedinOauth2ProviderConfigInput.Builder,LinkedinOauth2ProviderConfigInput>
-
Method Summary
Modifier and TypeMethodDescriptionThe client ID for the LinkedIn OAuth2 provider.clientSecret
(String clientSecret) The client secret for the LinkedIn 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 LinkedIn OAuth2 provider. This identifier is assigned by LinkedIn when you register your application.
- Parameters:
clientId
- The client ID for the LinkedIn OAuth2 provider. This identifier is assigned by LinkedIn when you register your application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientSecret
The client secret for the LinkedIn OAuth2 provider. This secret is assigned by LinkedIn and used along with the client ID to authenticate your application.
- Parameters:
clientSecret
- The client secret for the LinkedIn OAuth2 provider. This secret is assigned by LinkedIn and used along with the client ID to authenticate your application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-