Class CfnConfigurationBundlePropsMixin.VersionCreatedBySourceProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnConfigurationBundlePropsMixin.VersionCreatedBySourceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfigurationBundlePropsMixin.VersionCreatedBySourceProperty>
- Enclosing interface:
CfnConfigurationBundlePropsMixin.VersionCreatedBySourceProperty
@Stability(Stable)
public static final class CfnConfigurationBundlePropsMixin.VersionCreatedBySourceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfigurationBundlePropsMixin.VersionCreatedBySourceProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnConfigurationBundlePropsMixin.VersionCreatedBySourceProperty.getArn()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
arn
@Stability(Stable) public CfnConfigurationBundlePropsMixin.VersionCreatedBySourceProperty.Builder arn(String arn) Sets the value ofCfnConfigurationBundlePropsMixin.VersionCreatedBySourceProperty.getArn()- Parameters:
arn- The Amazon Resource Name (ARN) of the source, if applicable.- Returns:
this
-
name
@Stability(Stable) public CfnConfigurationBundlePropsMixin.VersionCreatedBySourceProperty.Builder name(String name) - Parameters:
name- The name of the source (for example, user, optimization-job, or system).- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConfigurationBundlePropsMixin.VersionCreatedBySourceProperty>- Returns:
- a new instance of
CfnConfigurationBundlePropsMixin.VersionCreatedBySourceProperty - Throws:
NullPointerException- if any required attribute was not provided
-