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