Class CfnGatewayTargetPropsMixin.InferenceOperationConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnGatewayTargetPropsMixin.InferenceOperationConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGatewayTargetPropsMixin.InferenceOperationConfigurationProperty>
- Enclosing interface:
CfnGatewayTargetPropsMixin.InferenceOperationConfigurationProperty
@Stability(Stable)
public static final class CfnGatewayTargetPropsMixin.InferenceOperationConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGatewayTargetPropsMixin.InferenceOperationConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.models(IResolvable models) providerPath(String providerPath)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
models
@Stability(Stable) public CfnGatewayTargetPropsMixin.InferenceOperationConfigurationProperty.Builder models(IResolvable models) - Parameters:
models- the value to be set.- Returns:
this
-
models
@Stability(Stable) public CfnGatewayTargetPropsMixin.InferenceOperationConfigurationProperty.Builder models(List<? extends Object> models) - Parameters:
models- the value to be set.- Returns:
this
-
path
@Stability(Stable) public CfnGatewayTargetPropsMixin.InferenceOperationConfigurationProperty.Builder path(String path) - Parameters:
path- the value to be set.- Returns:
this
-
providerPath
@Stability(Stable) public CfnGatewayTargetPropsMixin.InferenceOperationConfigurationProperty.Builder providerPath(String providerPath) Sets the value ofCfnGatewayTargetPropsMixin.InferenceOperationConfigurationProperty.getProviderPath()- Parameters:
providerPath- the value to be set.- Returns:
this
-
build
@Stability(Stable) public CfnGatewayTargetPropsMixin.InferenceOperationConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnGatewayTargetPropsMixin.InferenceOperationConfigurationProperty>- Returns:
- a new instance of
CfnGatewayTargetPropsMixin.InferenceOperationConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-