Class ConfigurationBundleReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.bedrockagentcore.ConfigurationBundleReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ConfigurationBundleReference>
- Enclosing interface:
ConfigurationBundleReference
@Stability(Stable)
public static final class ConfigurationBundleReference.Builder
extends Object
implements software.amazon.jsii.Builder<ConfigurationBundleReference>
A builder for
ConfigurationBundleReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofConfigurationBundleReference.getBundleArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bundleArn
Sets the value ofConfigurationBundleReference.getBundleArn()- Parameters:
bundleArn- The BundleArn of the ConfigurationBundle resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ConfigurationBundleReference>- Returns:
- a new instance of
ConfigurationBundleReference - Throws:
NullPointerException- if any required attribute was not provided
-