Class CfnGatewayPropsMixin.GatewayPolicyEngineConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnGatewayPropsMixin.GatewayPolicyEngineConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGatewayPropsMixin.GatewayPolicyEngineConfigurationProperty>
- Enclosing interface:
CfnGatewayPropsMixin.GatewayPolicyEngineConfigurationProperty
@Stability(Stable)
public static final class CfnGatewayPropsMixin.GatewayPolicyEngineConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGatewayPropsMixin.GatewayPolicyEngineConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnGatewayPropsMixin.GatewayPolicyEngineConfigurationProperty.getArn()build()Builds the configured instance.Sets the value ofCfnGatewayPropsMixin.GatewayPolicyEngineConfigurationProperty.getMode()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
arn
@Stability(Stable) public CfnGatewayPropsMixin.GatewayPolicyEngineConfigurationProperty.Builder arn(String arn) Sets the value ofCfnGatewayPropsMixin.GatewayPolicyEngineConfigurationProperty.getArn()- Parameters:
arn- the value to be set.- Returns:
this
-
mode
@Stability(Stable) public CfnGatewayPropsMixin.GatewayPolicyEngineConfigurationProperty.Builder mode(String mode) Sets the value ofCfnGatewayPropsMixin.GatewayPolicyEngineConfigurationProperty.getMode()- Parameters:
mode- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnGatewayPropsMixin.GatewayPolicyEngineConfigurationProperty>- Returns:
- a new instance of
CfnGatewayPropsMixin.GatewayPolicyEngineConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-