Interface DatasetProperties.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DatasetProperties.Builder,
,DatasetProperties> SdkBuilder<DatasetProperties.Builder,
,DatasetProperties> SdkPojo
- Enclosing class:
DatasetProperties
@Mutable
@NotThreadSafe
public static interface DatasetProperties.Builder
extends SdkPojo, CopyableBuilder<DatasetProperties.Builder,DatasetProperties>
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(Instant creationTime) Creation time of the dataset.datasetArn
(String datasetArn) The ARN of the dataset.datasetName
(String datasetName) The name of the dataset.datasetS3Uri
(String datasetS3Uri) The S3 URI where the dataset is stored.datasetType
(String datasetType) The dataset type (training data or test data).datasetType
(DatasetType datasetType) The dataset type (training data or test data).description
(String description) Description of the dataset.Time when the data from the dataset becomes available in the data lake.A description of the status of the dataset.numberOfDocuments
(Long numberOfDocuments) The number of documents in the dataset.The dataset status.status
(DatasetStatus status) The dataset status.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
datasetArn
The ARN of the dataset.
- Parameters:
datasetArn
- The ARN of the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datasetName
The name of the dataset.
- Parameters:
datasetName
- The name of the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datasetType
The dataset type (training data or test data).
- Parameters:
datasetType
- The dataset type (training data or test data).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
datasetType
The dataset type (training data or test data).
- Parameters:
datasetType
- The dataset type (training data or test data).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
datasetS3Uri
The S3 URI where the dataset is stored.
- Parameters:
datasetS3Uri
- The S3 URI where the dataset is stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
Description of the dataset.
- Parameters:
description
- Description of the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The dataset status. While the system creates the dataset, the status is
CREATING
. When the dataset is ready to use, the status changes toCOMPLETED
.- Parameters:
status
- The dataset status. While the system creates the dataset, the status isCREATING
. When the dataset is ready to use, the status changes toCOMPLETED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The dataset status. While the system creates the dataset, the status is
CREATING
. When the dataset is ready to use, the status changes toCOMPLETED
.- Parameters:
status
- The dataset status. While the system creates the dataset, the status isCREATING
. When the dataset is ready to use, the status changes toCOMPLETED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
message
A description of the status of the dataset.
- Parameters:
message
- A description of the status of the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfDocuments
The number of documents in the dataset.
- Parameters:
numberOfDocuments
- The number of documents in the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
Creation time of the dataset.
- Parameters:
creationTime
- Creation time of the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
Time when the data from the dataset becomes available in the data lake.
- Parameters:
endTime
- Time when the data from the dataset becomes available in the data lake.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-