Class GatewayRuleReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.bedrockagentcore.GatewayRuleReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<GatewayRuleReference>
- Enclosing interface:
GatewayRuleReference
@Stability(Stable)
public static final class GatewayRuleReference.Builder
extends Object
implements software.amazon.jsii.Builder<GatewayRuleReference>
A builder for
GatewayRuleReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.gatewayIdentifier(String gatewayIdentifier) Sets the value ofGatewayRuleReference.getGatewayIdentifier()Sets the value ofGatewayRuleReference.getRuleId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
gatewayIdentifier
Sets the value ofGatewayRuleReference.getGatewayIdentifier()- Parameters:
gatewayIdentifier- The GatewayIdentifier of the GatewayRule resource. This parameter is required.- Returns:
this
-
ruleId
Sets the value ofGatewayRuleReference.getRuleId()- Parameters:
ruleId- The RuleId of the GatewayRule resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<GatewayRuleReference>- Returns:
- a new instance of
GatewayRuleReference - Throws:
NullPointerException- if any required attribute was not provided
-