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