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