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