Class CfnConfigurationBundlePropsMixin.VersionLineageMetadataProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnConfigurationBundlePropsMixin.VersionLineageMetadataProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfigurationBundlePropsMixin.VersionLineageMetadataProperty>
- Enclosing interface:
CfnConfigurationBundlePropsMixin.VersionLineageMetadataProperty
@Stability(Stable)
public static final class CfnConfigurationBundlePropsMixin.VersionLineageMetadataProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfigurationBundlePropsMixin.VersionLineageMetadataProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbranchName(String branchName) build()Builds the configured instance.commitMessage(String commitMessage) createdBy(IResolvable createdBy) parentVersionIds(List<String> parentVersionIds)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
branchName
@Stability(Stable) public CfnConfigurationBundlePropsMixin.VersionLineageMetadataProperty.Builder branchName(String branchName) - Parameters:
branchName- The branch name for this version.- Returns:
this
-
commitMessage
@Stability(Stable) public CfnConfigurationBundlePropsMixin.VersionLineageMetadataProperty.Builder commitMessage(String commitMessage) Sets the value ofCfnConfigurationBundlePropsMixin.VersionLineageMetadataProperty.getCommitMessage()- Parameters:
commitMessage- A commit message describing the changes in this version.- Returns:
this
-
createdBy
@Stability(Stable) public CfnConfigurationBundlePropsMixin.VersionLineageMetadataProperty.Builder createdBy(IResolvable createdBy) - Parameters:
createdBy- The source that created a configuration bundle version.- Returns:
this
-
createdBy
@Stability(Stable) public CfnConfigurationBundlePropsMixin.VersionLineageMetadataProperty.Builder createdBy(CfnConfigurationBundlePropsMixin.VersionCreatedBySourceProperty createdBy) - Parameters:
createdBy- The source that created a configuration bundle version.- Returns:
this
-
parentVersionIds
@Stability(Stable) public CfnConfigurationBundlePropsMixin.VersionLineageMetadataProperty.Builder parentVersionIds(List<String> parentVersionIds) Sets the value ofCfnConfigurationBundlePropsMixin.VersionLineageMetadataProperty.getParentVersionIds()- Parameters:
parentVersionIds- A list of parent version identifiers.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConfigurationBundlePropsMixin.VersionLineageMetadataProperty>- Returns:
- a new instance of
CfnConfigurationBundlePropsMixin.VersionLineageMetadataProperty - Throws:
NullPointerException- if any required attribute was not provided
-