Class CfnOnlineEvaluationConfigPropsMixin.InsightProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnOnlineEvaluationConfigPropsMixin.InsightProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOnlineEvaluationConfigPropsMixin.InsightProperty>
- Enclosing interface:
CfnOnlineEvaluationConfigPropsMixin.InsightProperty
@Stability(Stable)
public static final class CfnOnlineEvaluationConfigPropsMixin.InsightProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOnlineEvaluationConfigPropsMixin.InsightProperty>
A builder for
CfnOnlineEvaluationConfigPropsMixin.InsightProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnOnlineEvaluationConfigPropsMixin.InsightProperty.getInsightId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
insightId
@Stability(Stable) public CfnOnlineEvaluationConfigPropsMixin.InsightProperty.Builder insightId(String insightId) Sets the value ofCfnOnlineEvaluationConfigPropsMixin.InsightProperty.getInsightId()- Parameters:
insightId- The unique identifier of the insight.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnOnlineEvaluationConfigPropsMixin.InsightProperty>- Returns:
- a new instance of
CfnOnlineEvaluationConfigPropsMixin.InsightProperty - Throws:
NullPointerException- if any required attribute was not provided
-