@Generated(value="software.amazon.awssdk:codegen") public final class Dataset extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Dataset.Builder,Dataset>
Provides metadata for a dataset.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Dataset.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Dataset.Builder |
builder() |
Instant |
creationDateTime()
The creation date and time (in Unix time) of the dataset.
|
String |
datasetArn()
The Amazon Resource Name (ARN) of the dataset that you want metadata for.
|
String |
datasetGroupArn()
The Amazon Resource Name (ARN) of the dataset group.
|
String |
datasetType()
One of the following values:
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedDateTime()
A time stamp that shows when the dataset was updated.
|
String |
name()
The name of the dataset.
|
String |
schemaArn()
The ARN of the associated schema.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Dataset.Builder> |
serializableBuilderClass() |
String |
status()
The status of the dataset.
|
Dataset.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the dataset.
public final String datasetArn()
The Amazon Resource Name (ARN) of the dataset that you want metadata for.
public final String datasetGroupArn()
The Amazon Resource Name (ARN) of the dataset group.
public final String datasetType()
One of the following values:
Interactions
Items
Users
Interactions
Items
Users
public final String schemaArn()
The ARN of the associated schema.
public final 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
A dataset can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
DELETE PENDING > DELETE IN_PROGRESS
public final Instant creationDateTime()
The creation date and time (in Unix time) of the dataset.
public final Instant lastUpdatedDateTime()
A time stamp that shows when the dataset was updated.
public Dataset.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Dataset.Builder,Dataset>public static Dataset.Builder builder()
public static Class<? extends Dataset.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.