Class CfnConfigurationBundleMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnConfigurationBundleMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfigurationBundleMixinProps>
- Enclosing interface:
CfnConfigurationBundleMixinProps
@Stability(Stable)
public static final class CfnConfigurationBundleMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfigurationBundleMixinProps>
A builder for
CfnConfigurationBundleMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbranchName(String branchName) Sets the value ofCfnConfigurationBundleMixinProps.getBranchName()build()Builds the configured instance.bundleName(String bundleName) Sets the value ofCfnConfigurationBundleMixinProps.getBundleName()commitMessage(String commitMessage) Sets the value ofCfnConfigurationBundleMixinProps.getCommitMessage()components(Map<String, ? extends Object> components) Sets the value ofCfnConfigurationBundleMixinProps.getComponents()components(IResolvable components) Sets the value ofCfnConfigurationBundleMixinProps.getComponents()Sets the value ofCfnConfigurationBundleMixinProps.getCreatedBy()createdBy(IResolvable createdBy) Sets the value ofCfnConfigurationBundleMixinProps.getCreatedBy()description(String description) Sets the value ofCfnConfigurationBundleMixinProps.getDescription()Sets the value ofCfnConfigurationBundleMixinProps.getKmsKeyArn()Sets the value ofCfnConfigurationBundleMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
branchName
Sets the value ofCfnConfigurationBundleMixinProps.getBranchName()- Parameters:
branchName- The branch name for version tracking.- Returns:
this
-
bundleName
Sets the value ofCfnConfigurationBundleMixinProps.getBundleName()- Parameters:
bundleName- The name for the configuration bundle. Names must be unique within your account.- Returns:
this
-
commitMessage
@Stability(Stable) public CfnConfigurationBundleMixinProps.Builder commitMessage(String commitMessage) Sets the value ofCfnConfigurationBundleMixinProps.getCommitMessage()- Parameters:
commitMessage- A commit message describing the version of the configuration bundle.- Returns:
this
-
components
@Stability(Stable) public CfnConfigurationBundleMixinProps.Builder components(IResolvable components) Sets the value ofCfnConfigurationBundleMixinProps.getComponents()- Parameters:
components- A map of component identifiers to their configurations.- Returns:
this
-
components
@Stability(Stable) public CfnConfigurationBundleMixinProps.Builder components(Map<String, ? extends Object> components) Sets the value ofCfnConfigurationBundleMixinProps.getComponents()- Parameters:
components- A map of component identifiers to their configurations.- Returns:
this
-
createdBy
Sets the value ofCfnConfigurationBundleMixinProps.getCreatedBy()- Parameters:
createdBy- The source that created a configuration bundle version.- Returns:
this
-
createdBy
@Stability(Stable) public CfnConfigurationBundleMixinProps.Builder createdBy(CfnConfigurationBundlePropsMixin.VersionCreatedBySourceProperty createdBy) Sets the value ofCfnConfigurationBundleMixinProps.getCreatedBy()- Parameters:
createdBy- The source that created a configuration bundle version.- Returns:
this
-
description
Sets the value ofCfnConfigurationBundleMixinProps.getDescription()- Parameters:
description- The description for the configuration bundle.- Returns:
this
-
kmsKeyArn
Sets the value ofCfnConfigurationBundleMixinProps.getKmsKeyArn()- Parameters:
kmsKeyArn- The ARN of the KMS key used to encrypt component configurations.- Returns:
this
-
tags
@Stability(Stable) public CfnConfigurationBundleMixinProps.Builder tags(List<? extends CfnTag> tags) Sets the value ofCfnConfigurationBundleMixinProps.getTags()- Parameters:
tags- Tags to assign to the configuration bundle.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConfigurationBundleMixinProps>- Returns:
- a new instance of
CfnConfigurationBundleMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-