Interface DatasetContentVersionValue.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<DatasetContentVersionValue.Builder,,DatasetContentVersionValue> SdkBuilder<DatasetContentVersionValue.Builder,,DatasetContentVersionValue> SdkPojo
- Enclosing class:
 DatasetContentVersionValue
public static interface DatasetContentVersionValue.Builder
extends SdkPojo, CopyableBuilder<DatasetContentVersionValue.Builder,DatasetContentVersionValue> 
- 
Method Summary
Modifier and TypeMethodDescriptiondatasetName(String datasetName) The name of the dataset whose latest contents are used as input to the notebook or application.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
datasetName
The name of the dataset whose latest contents are used as input to the notebook or application.
- Parameters:
 datasetName- The name of the dataset whose latest contents are used as input to the notebook or application.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -