Class CfnDataset.DatasetContentVersionValueProperty.Builder
java.lang.Object
software.amazon.awscdk.services.iotanalytics.CfnDataset.DatasetContentVersionValueProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataset.DatasetContentVersionValueProperty>
- Enclosing interface:
CfnDataset.DatasetContentVersionValueProperty
@Stability(Stable)
public static final class CfnDataset.DatasetContentVersionValueProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataset.DatasetContentVersionValueProperty>
A builder for
CfnDataset.DatasetContentVersionValueProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.datasetName
(String datasetName) Sets the value ofCfnDataset.DatasetContentVersionValueProperty.getDatasetName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
datasetName
@Stability(Stable) public CfnDataset.DatasetContentVersionValueProperty.Builder datasetName(String datasetName) Sets the value ofCfnDataset.DatasetContentVersionValueProperty.getDatasetName()
- Parameters:
datasetName
- The name of the dataset whose latest contents are used as input to the notebook or application. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDataset.DatasetContentVersionValueProperty>
- Returns:
- a new instance of
CfnDataset.DatasetContentVersionValueProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-