Class CfnOAuth2CredentialProviderPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnOAuth2CredentialProviderPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOAuth2CredentialProviderPropsMixin>
- Enclosing class:
CfnOAuth2CredentialProviderPropsMixin
@Stability(Stable)
public static final class CfnOAuth2CredentialProviderPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOAuth2CredentialProviderPropsMixin>
A fluent builder for
CfnOAuth2CredentialProviderPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) credentialProviderVendor(String credentialProviderVendor) The vendor of the OAuth2 credential provider.The name of the OAuth2 credential provider.oauth2ProviderConfigInput(CfnOAuth2CredentialProviderPropsMixin.Oauth2ProviderConfigInputProperty oauth2ProviderConfigInput) Input configuration for an OAuth2 provider.oauth2ProviderConfigInput(IResolvable oauth2ProviderConfigInput) Input configuration for an OAuth2 provider.Tags to assign to the OAuth2 credential provider.
-
Method Details
-
create
@Stability(Stable) public static CfnOAuth2CredentialProviderPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnOAuth2CredentialProviderPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnOAuth2CredentialProviderPropsMixin.Builder.
-
credentialProviderVendor
@Stability(Stable) public CfnOAuth2CredentialProviderPropsMixin.Builder credentialProviderVendor(String credentialProviderVendor) The vendor of the OAuth2 credential provider.- Parameters:
credentialProviderVendor- The vendor of the OAuth2 credential provider. This parameter is required.- Returns:
this- See Also:
-
name
The name of the OAuth2 credential provider.- Parameters:
name- The name of the OAuth2 credential provider. This parameter is required.- Returns:
this- See Also:
-
oauth2ProviderConfigInput
@Stability(Stable) public CfnOAuth2CredentialProviderPropsMixin.Builder oauth2ProviderConfigInput(IResolvable oauth2ProviderConfigInput) Input configuration for an OAuth2 provider.- Parameters:
oauth2ProviderConfigInput- Input configuration for an OAuth2 provider. This parameter is required.- Returns:
this- See Also:
-
oauth2ProviderConfigInput
@Stability(Stable) public CfnOAuth2CredentialProviderPropsMixin.Builder oauth2ProviderConfigInput(CfnOAuth2CredentialProviderPropsMixin.Oauth2ProviderConfigInputProperty oauth2ProviderConfigInput) Input configuration for an OAuth2 provider.- Parameters:
oauth2ProviderConfigInput- Input configuration for an OAuth2 provider. This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnOAuth2CredentialProviderPropsMixin.Builder tags(List<? extends CfnTag> tags) Tags to assign to the OAuth2 credential provider.- Parameters:
tags- Tags to assign to the OAuth2 credential provider. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnOAuth2CredentialProviderPropsMixin>- Returns:
- a newly built instance of
CfnOAuth2CredentialProviderPropsMixin.
-