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