Uses of Class
software.amazon.awscdk.services.bedrockagentcore.CfnConfigurationBundle.Builder
Packages that use CfnConfigurationBundle.Builder
Package
Description
Amazon Bedrock AgentCore Construct Library
-
Uses of CfnConfigurationBundle.Builder in software.amazon.awscdk.services.bedrockagentcore
Methods in software.amazon.awscdk.services.bedrockagentcore that return CfnConfigurationBundle.BuilderModifier and TypeMethodDescriptionCfnConfigurationBundle.Builder.branchName(String branchName) The branch name for version tracking.CfnConfigurationBundle.Builder.bundleName(String bundleName) The name for the configuration bundle.CfnConfigurationBundle.Builder.commitMessage(String commitMessage) A commit message describing the version of the configuration bundle.CfnConfigurationBundle.Builder.components(Map<String, ? extends Object> components) A map of component identifiers to their configurations.CfnConfigurationBundle.Builder.components(IResolvable components) A map of component identifiers to their configurations.CfnConfigurationBundle.Builder.createdBy(IResolvable createdBy) The source that created a configuration bundle version.CfnConfigurationBundle.Builder.createdBy(CfnConfigurationBundle.VersionCreatedBySourceProperty createdBy) The source that created a configuration bundle version.CfnConfigurationBundle.Builder.description(String description) The description for the configuration bundle.Tags to assign to the configuration bundle.