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