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