Class CfnGatewayTargetPropsMixin.PassthroughTargetConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnGatewayTargetPropsMixin.PassthroughTargetConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGatewayTargetPropsMixin.PassthroughTargetConfigurationProperty>
- Enclosing interface:
CfnGatewayTargetPropsMixin.PassthroughTargetConfigurationProperty
@Stability(Stable)
public static final class CfnGatewayTargetPropsMixin.PassthroughTargetConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGatewayTargetPropsMixin.PassthroughTargetConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.protocolType(String protocolType) schema(IResolvable schema) stickinessConfiguration(CfnGatewayTargetPropsMixin.StickinessConfigurationProperty stickinessConfiguration) stickinessConfiguration(IResolvable stickinessConfiguration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
endpoint
@Stability(Stable) public CfnGatewayTargetPropsMixin.PassthroughTargetConfigurationProperty.Builder endpoint(String endpoint) - Parameters:
endpoint- the value to be set.- Returns:
this
-
protocolType
@Stability(Stable) public CfnGatewayTargetPropsMixin.PassthroughTargetConfigurationProperty.Builder protocolType(String protocolType) Sets the value ofCfnGatewayTargetPropsMixin.PassthroughTargetConfigurationProperty.getProtocolType()- Parameters:
protocolType- the value to be set.- Returns:
this
-
schema
@Stability(Stable) public CfnGatewayTargetPropsMixin.PassthroughTargetConfigurationProperty.Builder schema(IResolvable schema) - Parameters:
schema- the value to be set.- Returns:
this
-
schema
@Stability(Stable) public CfnGatewayTargetPropsMixin.PassthroughTargetConfigurationProperty.Builder schema(CfnGatewayTargetPropsMixin.HttpApiSchemaConfigurationProperty schema) - Parameters:
schema- the value to be set.- Returns:
this
-
stickinessConfiguration
@Stability(Stable) public CfnGatewayTargetPropsMixin.PassthroughTargetConfigurationProperty.Builder stickinessConfiguration(IResolvable stickinessConfiguration) Sets the value ofCfnGatewayTargetPropsMixin.PassthroughTargetConfigurationProperty.getStickinessConfiguration()- Parameters:
stickinessConfiguration- the value to be set.- Returns:
this
-
stickinessConfiguration
@Stability(Stable) public CfnGatewayTargetPropsMixin.PassthroughTargetConfigurationProperty.Builder stickinessConfiguration(CfnGatewayTargetPropsMixin.StickinessConfigurationProperty stickinessConfiguration) Sets the value ofCfnGatewayTargetPropsMixin.PassthroughTargetConfigurationProperty.getStickinessConfiguration()- Parameters:
stickinessConfiguration- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnGatewayTargetPropsMixin.PassthroughTargetConfigurationProperty>- Returns:
- a new instance of
CfnGatewayTargetPropsMixin.PassthroughTargetConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-