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