Interface DatasetSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DatasetSummary.Builder,
,DatasetSummary> SdkBuilder<DatasetSummary.Builder,
,DatasetSummary> SdkPojo
- Enclosing class:
DatasetSummary
public static interface DatasetSummary.Builder
extends SdkPojo, CopyableBuilder<DatasetSummary.Builder,DatasetSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(Instant creationTime) When the dataset was created.datasetArn
(String datasetArn) The Amazon Resource Name (ARN) of the dataset.datasetName
(String datasetName) The name of the dataset.datasetType
(String datasetType) The dataset type.datasetType
(DatasetType datasetType) The dataset type.The domain associated with the dataset.The domain associated with the dataset.lastModificationTime
(Instant lastModificationTime) When you create a dataset,LastModificationTime
is the same asCreationTime
.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, sdkFields
-
Method Details
-
datasetArn
The Amazon Resource Name (ARN) of the dataset.
- Parameters:
datasetArn
- The Amazon Resource Name (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.
- Parameters:
datasetType
- The dataset type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
datasetType
The dataset type.
- Parameters:
datasetType
- The dataset type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
domain
The domain associated with the dataset.
- Parameters:
domain
- The domain associated with the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
domain
The domain associated with the dataset.
- Parameters:
domain
- The domain associated with the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creationTime
When the dataset was created.
- Parameters:
creationTime
- When the dataset was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModificationTime
When you create a dataset,
LastModificationTime
is the same asCreationTime
. While data is being imported to the dataset,LastModificationTime
is the current time of theListDatasets
call. After a CreateDatasetImportJob operation has finished,LastModificationTime
is when the import job completed or failed.- Parameters:
lastModificationTime
- When you create a dataset,LastModificationTime
is the same asCreationTime
. While data is being imported to the dataset,LastModificationTime
is the current time of theListDatasets
call. After a CreateDatasetImportJob operation has finished,LastModificationTime
is when the import job completed or failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-