@Generated(value="software.amazon.awssdk:codegen") public final class Dataset extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Dataset.Builder,Dataset>
The structure for a Dataset.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Dataset.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
alias()
The unique resource identifier for a Dataset.
|
static Dataset.Builder |
builder() |
Long |
createTime()
The timestamp at which the Dataset was created in FinSpace.
|
String |
datasetArn()
The ARN identifier of the Dataset.
|
String |
datasetDescription()
Description for a Dataset.
|
String |
datasetId()
An identifier for a Dataset.
|
String |
datasetTitle()
Display title for a Dataset.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
DatasetKind |
kind()
The format in which Dataset data is structured.
|
String |
kindAsString()
The format in which Dataset data is structured.
|
Long |
lastModifiedTime()
The last time that the Dataset was modified.
|
DatasetOwnerInfo |
ownerInfo()
Contact information for a Dataset owner.
|
SchemaUnion |
schemaDefinition()
Definition for a schema on a tabular Dataset.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Dataset.Builder> |
serializableBuilderClass() |
Dataset.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String datasetId()
An identifier for a Dataset.
public final String datasetArn()
The ARN identifier of the Dataset.
public final String datasetTitle()
Display title for a Dataset.
public final DatasetKind kind()
The format in which Dataset data is structured.
TABULAR - Data is structured in a tabular format.
NON_TABULAR - Data is structured in a non-tabular format.
If the service returns an enum value that is not available in the current SDK version, kind will return
DatasetKind.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
kindAsString().
TABULAR - Data is structured in a tabular format.
NON_TABULAR - Data is structured in a non-tabular format.
DatasetKindpublic final String kindAsString()
The format in which Dataset data is structured.
TABULAR - Data is structured in a tabular format.
NON_TABULAR - Data is structured in a non-tabular format.
If the service returns an enum value that is not available in the current SDK version, kind will return
DatasetKind.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
kindAsString().
TABULAR - Data is structured in a tabular format.
NON_TABULAR - Data is structured in a non-tabular format.
DatasetKindpublic final String datasetDescription()
Description for a Dataset.
public final DatasetOwnerInfo ownerInfo()
Contact information for a Dataset owner.
public final Long createTime()
The timestamp at which the Dataset was created in FinSpace. The value is determined as Epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
public final Long lastModifiedTime()
The last time that the Dataset was modified. The value is determined as Epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
public final SchemaUnion schemaDefinition()
Definition for a schema on a tabular Dataset.
public final String alias()
The unique resource identifier for a Dataset.
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 © 2021. All rights reserved.