public static interface Dataset.Builder extends SdkPojo, CopyableBuilder<Dataset.Builder,Dataset>
| Modifier and Type | Method and Description |
|---|---|
Dataset.Builder |
creationDateTime(Instant creationDateTime)
The creation date and time (in Unix time) of the dataset.
|
Dataset.Builder |
datasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset that you want metadata for.
|
Dataset.Builder |
datasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group.
|
Dataset.Builder |
datasetType(String datasetType)
One of the following values:
|
Dataset.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
A time stamp that shows when the dataset was updated.
|
default Dataset.Builder |
latestDatasetUpdate(Consumer<DatasetUpdateSummary.Builder> latestDatasetUpdate)
Describes the latest update to the dataset.
|
Dataset.Builder |
latestDatasetUpdate(DatasetUpdateSummary latestDatasetUpdate)
Describes the latest update to the dataset.
|
Dataset.Builder |
name(String name)
The name of the dataset.
|
Dataset.Builder |
schemaArn(String schemaArn)
The ARN of the associated schema.
|
Dataset.Builder |
status(String status)
The status of the dataset.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataset.Builder name(String name)
The name of the dataset.
name - The name of the dataset.Dataset.Builder datasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset that you want metadata for.
datasetArn - The Amazon Resource Name (ARN) of the dataset that you want metadata for.Dataset.Builder datasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group.
datasetGroupArn - The Amazon Resource Name (ARN) of the dataset group.Dataset.Builder datasetType(String datasetType)
One of the following values:
Interactions
Items
Users
datasetType - One of the following values:
Interactions
Items
Users
Dataset.Builder schemaArn(String schemaArn)
The ARN of the associated schema.
schemaArn - The ARN of the associated schema.Dataset.Builder status(String status)
The status of the dataset.
A dataset can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
DELETE PENDING > DELETE IN_PROGRESS
status - The status of the dataset.
A dataset can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
DELETE PENDING > DELETE IN_PROGRESS
Dataset.Builder creationDateTime(Instant creationDateTime)
The creation date and time (in Unix time) of the dataset.
creationDateTime - The creation date and time (in Unix time) of the dataset.Dataset.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
A time stamp that shows when the dataset was updated.
lastUpdatedDateTime - A time stamp that shows when the dataset was updated.Dataset.Builder latestDatasetUpdate(DatasetUpdateSummary latestDatasetUpdate)
Describes the latest update to the dataset.
latestDatasetUpdate - Describes the latest update to the dataset.default Dataset.Builder latestDatasetUpdate(Consumer<DatasetUpdateSummary.Builder> latestDatasetUpdate)
Describes the latest update to the dataset.
This is a convenience method that creates an instance of theDatasetUpdateSummary.Builder avoiding
the need to create one manually via DatasetUpdateSummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to latestDatasetUpdate(DatasetUpdateSummary).
latestDatasetUpdate - a consumer that will call methods on DatasetUpdateSummary.BuilderlatestDatasetUpdate(DatasetUpdateSummary)Copyright © 2023. All rights reserved.