Class FeatureReference.Builder
java.lang.Object
software.amazon.awscdk.services.evidently.FeatureReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<FeatureReference>
- Enclosing interface:
FeatureReference
@Stability(Stable)
public static final class FeatureReference.Builder
extends Object
implements software.amazon.jsii.Builder<FeatureReference>
A builder for
FeatureReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.featureArn
(String featureArn) Sets the value ofFeatureReference.getFeatureArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
featureArn
Sets the value ofFeatureReference.getFeatureArn()
- Parameters:
featureArn
- The Arn of the Feature resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<FeatureReference>
- Returns:
- a new instance of
FeatureReference
- Throws:
NullPointerException
- if any required attribute was not provided
-