Class DataLakeDataset
- java.lang.Object
-
- software.amazon.awssdk.services.supplychain.model.DataLakeDataset
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DataLakeDataset.Builder,DataLakeDataset>
@Generated("software.amazon.awssdk:codegen") public final class DataLakeDataset extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataLakeDataset.Builder,DataLakeDataset>
The data lake dataset details.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDataLakeDataset.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The arn of the dataset.static DataLakeDataset.Builderbuilder()InstantcreatedTime()The creation time of the dataset.Stringdescription()The description of the dataset.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringinstanceId()The Amazon Web Services Supply Chain instance identifier.InstantlastModifiedTime()The last modified time of the dataset.Stringname()The name of the dataset.Stringnamespace()The name space of the dataset.DataLakeDatasetSchemaschema()The schema of the dataset.List<SdkField<?>>sdkFields()static Class<? extends DataLakeDataset.Builder>serializableBuilderClass()DataLakeDataset.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
instanceId
public final String instanceId()
The Amazon Web Services Supply Chain instance identifier.
- Returns:
- The Amazon Web Services Supply Chain instance identifier.
-
namespace
public final String namespace()
The name space of the dataset. The available values are:
-
asc - For information on the Amazon Web Services Supply Chain supported datasets see https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html.
-
default - For datasets with custom user-defined schemas.
- Returns:
- The name space of the dataset. The available values are:
-
asc - For information on the Amazon Web Services Supply Chain supported datasets see https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html.
-
default - For datasets with custom user-defined schemas.
-
-
-
name
public final String name()
The name of the dataset. For asc name space, the name must be one of the supported data entities under https://docs.aws.amazon.com /aws-supply-chain/latest/userguide/data-model-asc.html.
- Returns:
- The name of the dataset. For asc name space, the name must be one of the supported data entities under https:// docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html.
-
arn
public final String arn()
The arn of the dataset.
- Returns:
- The arn of the dataset.
-
schema
public final DataLakeDatasetSchema schema()
The schema of the dataset.
- Returns:
- The schema of the dataset.
-
description
public final String description()
The description of the dataset.
- Returns:
- The description of the dataset.
-
createdTime
public final Instant createdTime()
The creation time of the dataset.
- Returns:
- The creation time of the dataset.
-
lastModifiedTime
public final Instant lastModifiedTime()
The last modified time of the dataset.
- Returns:
- The last modified time of the dataset.
-
toBuilder
public DataLakeDataset.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DataLakeDataset.Builder,DataLakeDataset>
-
builder
public static DataLakeDataset.Builder builder()
-
serializableBuilderClass
public static Class<? extends DataLakeDataset.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-