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