Class CfnGatewayRuleMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnGatewayRuleMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGatewayRuleMixinProps>
- Enclosing interface:
CfnGatewayRuleMixinProps
@Stability(Stable)
public static final class CfnGatewayRuleMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGatewayRuleMixinProps>
A builder for
CfnGatewayRuleMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnGatewayRuleMixinProps.getActions()actions(IResolvable actions) Sets the value ofCfnGatewayRuleMixinProps.getActions()build()Builds the configured instance.conditions(List<? extends Object> conditions) Sets the value ofCfnGatewayRuleMixinProps.getConditions()conditions(IResolvable conditions) Sets the value ofCfnGatewayRuleMixinProps.getConditions()description(String description) Sets the value ofCfnGatewayRuleMixinProps.getDescription()gatewayIdentifier(String gatewayIdentifier) Sets the value ofCfnGatewayRuleMixinProps.getGatewayIdentifier()Sets the value ofCfnGatewayRuleMixinProps.getPriority()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
actions
Sets the value ofCfnGatewayRuleMixinProps.getActions()- Parameters:
actions- the value to be set.- Returns:
this
-
actions
Sets the value ofCfnGatewayRuleMixinProps.getActions()- Parameters:
actions- the value to be set.- Returns:
this
-
conditions
Sets the value ofCfnGatewayRuleMixinProps.getConditions()- Parameters:
conditions- the value to be set.- Returns:
this
-
conditions
@Stability(Stable) public CfnGatewayRuleMixinProps.Builder conditions(List<? extends Object> conditions) Sets the value ofCfnGatewayRuleMixinProps.getConditions()- Parameters:
conditions- the value to be set.- Returns:
this
-
description
Sets the value ofCfnGatewayRuleMixinProps.getDescription()- Parameters:
description- the value to be set.- Returns:
this
-
gatewayIdentifier
@Stability(Stable) public CfnGatewayRuleMixinProps.Builder gatewayIdentifier(String gatewayIdentifier) Sets the value ofCfnGatewayRuleMixinProps.getGatewayIdentifier()- Parameters:
gatewayIdentifier- the value to be set.- Returns:
this
-
priority
Sets the value ofCfnGatewayRuleMixinProps.getPriority()- Parameters:
priority- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnGatewayRuleMixinProps>- Returns:
- a new instance of
CfnGatewayRuleMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-