Class CfnOAuth2CredentialProviderPropsMixin.PrivateKeySourceProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnOAuth2CredentialProviderPropsMixin.PrivateKeySourceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOAuth2CredentialProviderPropsMixin.PrivateKeySourceProperty>
- Enclosing interface:
CfnOAuth2CredentialProviderPropsMixin.PrivateKeySourceProperty
@Stability(Stable)
public static final class CfnOAuth2CredentialProviderPropsMixin.PrivateKeySourceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOAuth2CredentialProviderPropsMixin.PrivateKeySourceProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.kmsKeySource(IResolvable kmsKeySource)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
kmsKeySource
@Stability(Stable) public CfnOAuth2CredentialProviderPropsMixin.PrivateKeySourceProperty.Builder kmsKeySource(IResolvable kmsKeySource) - Parameters:
kmsKeySource- Contains the KMS key configuration for a JWT client assertion.- Returns:
this
-
kmsKeySource
@Stability(Stable) public CfnOAuth2CredentialProviderPropsMixin.PrivateKeySourceProperty.Builder kmsKeySource(CfnOAuth2CredentialProviderPropsMixin.KmsKeySourceTypeProperty kmsKeySource) - Parameters:
kmsKeySource- Contains the KMS key configuration for a JWT client assertion.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnOAuth2CredentialProviderPropsMixin.PrivateKeySourceProperty>- Returns:
- a new instance of
CfnOAuth2CredentialProviderPropsMixin.PrivateKeySourceProperty - Throws:
NullPointerException- if any required attribute was not provided
-