| Package | Description |
|---|---|
| software.amazon.awssdk.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
static DatasetGroupSummary.Builder |
DatasetGroupSummary.builder() |
DatasetGroupSummary.Builder |
DatasetGroupSummary.Builder.creationDateTime(Instant creationDateTime)
The date and time (in Unix time) that the dataset group was created.
|
DatasetGroupSummary.Builder |
DatasetGroupSummary.Builder.datasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group.
|
DatasetGroupSummary.Builder |
DatasetGroupSummary.Builder.failureReason(String failureReason)
If creating a dataset group fails, the reason behind the failure.
|
DatasetGroupSummary.Builder |
DatasetGroupSummary.Builder.lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time (in Unix time) that the dataset group was last updated.
|
DatasetGroupSummary.Builder |
DatasetGroupSummary.Builder.name(String name)
The name of the dataset group.
|
DatasetGroupSummary.Builder |
DatasetGroupSummary.Builder.status(String status)
The status of the dataset group.
|
DatasetGroupSummary.Builder |
DatasetGroupSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DatasetGroupSummary.Builder> |
DatasetGroupSummary.serializableBuilderClass() |
Copyright © 2020. All rights reserved.