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