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