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