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