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