Class CfnIntelligentPromptRouterPropsMixin.RoutingCriteriaProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnIntelligentPromptRouterPropsMixin.RoutingCriteriaProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIntelligentPromptRouterPropsMixin.RoutingCriteriaProperty>
- Enclosing interface:
CfnIntelligentPromptRouterPropsMixin.RoutingCriteriaProperty
@Stability(Stable)
public static final class CfnIntelligentPromptRouterPropsMixin.RoutingCriteriaProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIntelligentPromptRouterPropsMixin.RoutingCriteriaProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.responseQualityDifference(Number responseQualityDifference)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
responseQualityDifference
@Stability(Stable) public CfnIntelligentPromptRouterPropsMixin.RoutingCriteriaProperty.Builder responseQualityDifference(Number responseQualityDifference) Sets the value ofCfnIntelligentPromptRouterPropsMixin.RoutingCriteriaProperty.getResponseQualityDifference()- Parameters:
responseQualityDifference- The criteria's response quality difference.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIntelligentPromptRouterPropsMixin.RoutingCriteriaProperty>- Returns:
- a new instance of
CfnIntelligentPromptRouterPropsMixin.RoutingCriteriaProperty - Throws:
NullPointerException- if any required attribute was not provided
-