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