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