Class CfnGatewayTarget.InferenceConnectorSourceProperty.Builder
java.lang.Object
software.amazon.awscdk.services.bedrockagentcore.CfnGatewayTarget.InferenceConnectorSourceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGatewayTarget.InferenceConnectorSourceProperty>
- Enclosing interface:
CfnGatewayTarget.InferenceConnectorSourceProperty
@Stability(Stable)
public static final class CfnGatewayTarget.InferenceConnectorSourceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGatewayTarget.InferenceConnectorSourceProperty>
A builder for
CfnGatewayTarget.InferenceConnectorSourceProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.connectorId(String connectorId) Sets the value ofCfnGatewayTarget.InferenceConnectorSourceProperty.getConnectorId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
connectorId
@Stability(Stable) public CfnGatewayTarget.InferenceConnectorSourceProperty.Builder connectorId(String connectorId) Sets the value ofCfnGatewayTarget.InferenceConnectorSourceProperty.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.InferenceConnectorSourceProperty>- Returns:
- a new instance of
CfnGatewayTarget.InferenceConnectorSourceProperty - Throws:
NullPointerException- if any required attribute was not provided
-