Class CfnGatewayRulePropsMixin.ConfigurationBundleReferenceProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnGatewayRulePropsMixin.ConfigurationBundleReferenceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGatewayRulePropsMixin.ConfigurationBundleReferenceProperty>
- Enclosing interface:
CfnGatewayRulePropsMixin.ConfigurationBundleReferenceProperty
@Stability(Stable)
public static final class CfnGatewayRulePropsMixin.ConfigurationBundleReferenceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGatewayRulePropsMixin.ConfigurationBundleReferenceProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.bundleVersion(String bundleVersion)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bundleArn
@Stability(Stable) public CfnGatewayRulePropsMixin.ConfigurationBundleReferenceProperty.Builder bundleArn(String bundleArn) - Parameters:
bundleArn- the value to be set.- Returns:
this
-
bundleVersion
@Stability(Stable) public CfnGatewayRulePropsMixin.ConfigurationBundleReferenceProperty.Builder bundleVersion(String bundleVersion) - Parameters:
bundleVersion- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnGatewayRulePropsMixin.ConfigurationBundleReferenceProperty>- Returns:
- a new instance of
CfnGatewayRulePropsMixin.ConfigurationBundleReferenceProperty - Throws:
NullPointerException- if any required attribute was not provided
-