Interface LinkedinOauth2ProviderConfigOutput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LinkedinOauth2ProviderConfigOutput.Builder,
,LinkedinOauth2ProviderConfigOutput> SdkBuilder<LinkedinOauth2ProviderConfigOutput.Builder,
,LinkedinOauth2ProviderConfigOutput> SdkPojo
- Enclosing class:
LinkedinOauth2ProviderConfigOutput
@Mutable
@NotThreadSafe
public static interface LinkedinOauth2ProviderConfigOutput.Builder
extends SdkPojo, CopyableBuilder<LinkedinOauth2ProviderConfigOutput.Builder,LinkedinOauth2ProviderConfigOutput>
-
Method Summary
Modifier and TypeMethodDescriptionThe client ID for the LinkedIn OAuth2 provider.oauthDiscovery
(Consumer<Oauth2Discovery.Builder> oauthDiscovery) Sets the value of the OauthDiscovery property for this object.oauthDiscovery
(Oauth2Discovery oauthDiscovery) Sets the value of the OauthDiscovery property for this object.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
-
oauthDiscovery
Sets the value of the OauthDiscovery property for this object.- Parameters:
oauthDiscovery
- The new value for the OauthDiscovery property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
oauthDiscovery
default LinkedinOauth2ProviderConfigOutput.Builder oauthDiscovery(Consumer<Oauth2Discovery.Builder> oauthDiscovery) Sets the value of the OauthDiscovery property for this object. This is a convenience method that creates an instance of theOauth2Discovery.Builder
avoiding the need to create one manually viaOauth2Discovery.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tooauthDiscovery(Oauth2Discovery)
.- Parameters:
oauthDiscovery
- a consumer that will call methods onOauth2Discovery.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
clientId
The client ID for the LinkedIn OAuth2 provider.
- Parameters:
clientId
- The client ID for the LinkedIn OAuth2 provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-