@Generated(value="software.amazon.awssdk:codegen") public final class DatasetSchema extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DatasetSchema.Builder,DatasetSchema>
Describes the schema for a dataset. For more information on schemas, see CreateSchema.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DatasetSchema.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DatasetSchema.Builder |
builder() |
Instant |
creationDateTime()
The date and time (in Unix time) that the schema was created.
|
Domain |
domain()
The domain of a schema that you created for a dataset in a Domain dataset group.
|
String |
domainAsString()
The domain of a schema that you created for a dataset in a Domain dataset group.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedDateTime()
The date and time (in Unix time) that the schema was last updated.
|
String |
name()
The name of the schema.
|
String |
schema()
The schema.
|
String |
schemaArn()
The Amazon Resource Name (ARN) of the schema.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DatasetSchema.Builder> |
serializableBuilderClass() |
DatasetSchema.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 schema.
public final String schemaArn()
The Amazon Resource Name (ARN) of the schema.
public final String schema()
The schema.
public final Instant creationDateTime()
The date and time (in Unix time) that the schema was created.
public final Instant lastUpdatedDateTime()
The date and time (in Unix time) that the schema was last updated.
public final Domain domain()
The domain of a schema that you created for a dataset in a Domain dataset group.
If the service returns an enum value that is not available in the current SDK version, domain will
return Domain.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
domainAsString().
Domainpublic final String domainAsString()
The domain of a schema that you created for a dataset in a Domain dataset group.
If the service returns an enum value that is not available in the current SDK version, domain will
return Domain.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
domainAsString().
Domainpublic DatasetSchema.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DatasetSchema.Builder,DatasetSchema>public static DatasetSchema.Builder builder()
public static Class<? extends DatasetSchema.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.