Interface DatasetVersionSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DatasetVersionSummary.Builder,,DatasetVersionSummary> SdkBuilder<DatasetVersionSummary.Builder,,DatasetVersionSummary> SdkPojo
- Enclosing class:
DatasetVersionSummary
@Mutable
@NotThreadSafe
public static interface DatasetVersionSummary.Builder
extends SdkPojo, CopyableBuilder<DatasetVersionSummary.Builder,DatasetVersionSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp when this version was published.datasetVersion(String datasetVersion) The version number of this published snapshot.exampleCount(Long exampleCount) The number of examples in this version.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, sdkFieldNameToField, sdkFields
-
Method Details
-
datasetVersion
The version number of this published snapshot.
- Parameters:
datasetVersion- The version number of this published snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exampleCount
The number of examples in this version.
- Parameters:
exampleCount- The number of examples in this version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp when this version was published.
- Parameters:
createdAt- The timestamp when this version was published.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-