public static interface DatasetSummary.Builder extends SdkPojo, CopyableBuilder<DatasetSummary.Builder,DatasetSummary>
| Modifier and Type | Method and Description |
|---|---|
DatasetSummary.Builder |
creationDateTime(Instant creationDateTime)
The date and time (in Unix time) that the dataset was created.
|
DatasetSummary.Builder |
datasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset.
|
DatasetSummary.Builder |
datasetType(String datasetType)
The dataset type.
|
DatasetSummary.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time (in Unix time) that the dataset was last updated.
|
DatasetSummary.Builder |
name(String name)
The name of the dataset.
|
DatasetSummary.Builder |
status(String status)
The status of the dataset.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDatasetSummary.Builder name(String name)
The name of the dataset.
name - The name of the dataset.DatasetSummary.Builder datasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset.
datasetArn - The Amazon Resource Name (ARN) of the dataset.DatasetSummary.Builder datasetType(String datasetType)
The dataset type. One of the following values:
Interactions
Items
Users
Event-Interactions
datasetType - The dataset type. One of the following values:
Interactions
Items
Users
Event-Interactions
DatasetSummary.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
DatasetSummary.Builder creationDateTime(Instant creationDateTime)
The date and time (in Unix time) that the dataset was created.
creationDateTime - The date and time (in Unix time) that the dataset was created.DatasetSummary.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time (in Unix time) that the dataset was last updated.
lastUpdatedDateTime - The date and time (in Unix time) that the dataset was last updated.Copyright © 2023. All rights reserved.