@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 String name()
The name of the dataset.
public String datasetArn()
The Amazon Resource Name (ARN) of the dataset that you want metadata for.
public String datasetGroupArn()
The Amazon Resource Name (ARN) of the dataset group.
public String datasetType()
One of the following values:
Interactions
Items
Users
Interactions
Items
Users
public String schemaArn()
The ARN of the associated schema.
public 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 Instant creationDateTime()
The creation date and time (in Unix time) of the dataset.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.