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