Class CfnOAuth2CredentialProviderPropsMixin.LinkedinOauth2ProviderConfigInputProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnOAuth2CredentialProviderPropsMixin.LinkedinOauth2ProviderConfigInputProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOAuth2CredentialProviderPropsMixin.LinkedinOauth2ProviderConfigInputProperty>
- Enclosing interface:
CfnOAuth2CredentialProviderPropsMixin.LinkedinOauth2ProviderConfigInputProperty
@Stability(Stable)
public static final class CfnOAuth2CredentialProviderPropsMixin.LinkedinOauth2ProviderConfigInputProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOAuth2CredentialProviderPropsMixin.LinkedinOauth2ProviderConfigInputProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.clientSecret(String clientSecret)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
clientId
@Stability(Stable) public CfnOAuth2CredentialProviderPropsMixin.LinkedinOauth2ProviderConfigInputProperty.Builder clientId(String clientId) Sets the value ofCfnOAuth2CredentialProviderPropsMixin.LinkedinOauth2ProviderConfigInputProperty.getClientId()- Parameters:
clientId- the value to be set.- Returns:
this
-
clientSecret
@Stability(Stable) public CfnOAuth2CredentialProviderPropsMixin.LinkedinOauth2ProviderConfigInputProperty.Builder clientSecret(String clientSecret) Sets the value ofCfnOAuth2CredentialProviderPropsMixin.LinkedinOauth2ProviderConfigInputProperty.getClientSecret()- Parameters:
clientSecret- the value to be set.- Returns:
this
-
build
@Stability(Stable) public CfnOAuth2CredentialProviderPropsMixin.LinkedinOauth2ProviderConfigInputProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnOAuth2CredentialProviderPropsMixin.LinkedinOauth2ProviderConfigInputProperty>- Returns:
- a new instance of
CfnOAuth2CredentialProviderPropsMixin.LinkedinOauth2ProviderConfigInputProperty - Throws:
NullPointerException- if any required attribute was not provided
-