Class CfnConfigurationBundlePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnConfigurationBundlePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfigurationBundlePropsMixin>
- Enclosing class:
CfnConfigurationBundlePropsMixin
@Stability(Stable)
public static final class CfnConfigurationBundlePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfigurationBundlePropsMixin>
A fluent builder for
CfnConfigurationBundlePropsMixin.-
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.create()create(CfnPropertyMixinOptions options) The source that created a configuration bundle version.createdBy(IResolvable createdBy) The source that created a configuration bundle version.description(String description) The description for the configuration bundle.The ARN of the KMS key used to encrypt component configurations.Tags to assign to the configuration bundle.
-
Method Details
-
create
@Stability(Stable) public static CfnConfigurationBundlePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnConfigurationBundlePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnConfigurationBundlePropsMixin.Builder.
-
branchName
The branch name for version tracking.- Parameters:
branchName- The branch name for version tracking. This parameter is required.- Returns:
this- See Also:
-
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:
-
commitMessage
@Stability(Stable) public CfnConfigurationBundlePropsMixin.Builder commitMessage(String 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:
-
components
@Stability(Stable) public CfnConfigurationBundlePropsMixin.Builder components(IResolvable 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 CfnConfigurationBundlePropsMixin.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:
-
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 CfnConfigurationBundlePropsMixin.Builder createdBy(CfnConfigurationBundlePropsMixin.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:
-
kmsKeyArn
The ARN of the KMS key used to encrypt component configurations.- Parameters:
kmsKeyArn- The ARN of the KMS key used to encrypt component configurations. This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnConfigurationBundlePropsMixin.Builder tags(List<? extends CfnTag> 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<CfnConfigurationBundlePropsMixin>- Returns:
- a newly built instance of
CfnConfigurationBundlePropsMixin.
-