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