Class CfnConfigurationBundle.Builder
java.lang.Object
software.amazon.awscdk.services.bedrockagentcore.CfnConfigurationBundle.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfigurationBundle>
- Enclosing class:
CfnConfigurationBundle
@Stability(Stable)
public static final class CfnConfigurationBundle.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfigurationBundle>
A fluent builder for
CfnConfigurationBundle.-
Method Summary
Modifier and TypeMethodDescriptionbranchName(String branchName) The branch name for version tracking.build()bundleName(String bundleName) The name for the configuration bundle.commitMessage(String commitMessage) A commit message describing the version of the configuration bundle.components(Map<String, ? extends Object> components) A map of component identifiers to their configurations.components(IResolvable components) A map of component identifiers to their configurations.createdBy(IResolvable createdBy) The source that created a configuration bundle version.The source that created a configuration bundle version.description(String description) The description for the configuration bundle.Tags to assign to the configuration bundle.
-
Method Details
-
create
@Stability(Stable) public static CfnConfigurationBundle.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnConfigurationBundle.Builder.
-
bundleName
The name for the configuration bundle.Names must be unique within your account.
- Parameters:
bundleName- The name for the configuration bundle. This parameter is required.- Returns:
this- See Also:
-
components
A map of component identifiers to their configurations.- Parameters:
components- A map of component identifiers to their configurations. This parameter is required.- Returns:
this- See Also:
-
components
@Stability(Stable) public CfnConfigurationBundle.Builder components(Map<String, ? extends Object> components) A map of component identifiers to their configurations.- Parameters:
components- A map of component identifiers to their configurations. This parameter is required.- Returns:
this- See Also:
-
branchName
The branch name for version tracking.- Parameters:
branchName- The branch name for version tracking. This parameter is required.- Returns:
this- See Also:
-
commitMessage
A commit message describing the version of the configuration bundle.- Parameters:
commitMessage- A commit message describing the version of the configuration bundle. This parameter is required.- Returns:
this- See Also:
-
createdBy
The source that created a configuration bundle version.- Parameters:
createdBy- The source that created a configuration bundle version. This parameter is required.- Returns:
this- See Also:
-
createdBy
@Stability(Stable) public CfnConfigurationBundle.Builder createdBy(CfnConfigurationBundle.VersionCreatedBySourceProperty createdBy) The source that created a configuration bundle version.- Parameters:
createdBy- The source that created a configuration bundle version. This parameter is required.- Returns:
this- See Also:
-
description
The description for the configuration bundle.- Parameters:
description- The description for the configuration bundle. This parameter is required.- Returns:
this- See Also:
-
tags
Tags to assign to the configuration bundle.- Parameters:
tags- Tags to assign to the configuration bundle. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConfigurationBundle>- Returns:
- a newly built instance of
CfnConfigurationBundle.
-