Class CfnProcessingJob.FeatureStoreOutputProperty.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.CfnProcessingJob.FeatureStoreOutputProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnProcessingJob.FeatureStoreOutputProperty>
- Enclosing interface:
CfnProcessingJob.FeatureStoreOutputProperty
@Stability(Stable)
public static final class CfnProcessingJob.FeatureStoreOutputProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnProcessingJob.FeatureStoreOutputProperty>
A builder for
CfnProcessingJob.FeatureStoreOutputProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.featureGroupName
(String featureGroupName) Sets the value ofCfnProcessingJob.FeatureStoreOutputProperty.getFeatureGroupName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
featureGroupName
@Stability(Stable) public CfnProcessingJob.FeatureStoreOutputProperty.Builder featureGroupName(String featureGroupName) Sets the value ofCfnProcessingJob.FeatureStoreOutputProperty.getFeatureGroupName()
- Parameters:
featureGroupName
- The name of the Amazon SageMaker FeatureGroup to use as the destination for processing job output. This parameter is required. Note that your processing script is responsible for putting records into your Feature Store.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnProcessingJob.FeatureStoreOutputProperty>
- Returns:
- a new instance of
CfnProcessingJob.FeatureStoreOutputProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-