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.
|
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.Copyright © 2020. All rights reserved.