Class DataCatalogInputDefinition
- java.lang.Object
-
- software.amazon.awssdk.services.databrew.model.DataCatalogInputDefinition
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DataCatalogInputDefinition.Builder,DataCatalogInputDefinition>
@Generated("software.amazon.awssdk:codegen") public final class DataCatalogInputDefinition extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataCatalogInputDefinition.Builder,DataCatalogInputDefinition>
Represents how metadata stored in the Glue Data Catalog is defined in a DataBrew dataset.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDataCatalogInputDefinition.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DataCatalogInputDefinition.Builderbuilder()StringcatalogId()The unique identifier of the Amazon Web Services account that holds the Data Catalog that stores the data.StringdatabaseName()The name of a database in the Data Catalog.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends DataCatalogInputDefinition.Builder>serializableBuilderClass()StringtableName()The name of a database table in the Data Catalog.S3LocationtempDirectory()Represents an Amazon location where DataBrew can store intermediate results.DataCatalogInputDefinition.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
-
catalogId
public final String catalogId()
The unique identifier of the Amazon Web Services account that holds the Data Catalog that stores the data.
- Returns:
- The unique identifier of the Amazon Web Services account that holds the Data Catalog that stores the data.
-
databaseName
public final String databaseName()
The name of a database in the Data Catalog.
- Returns:
- The name of a database in the Data Catalog.
-
tableName
public final String tableName()
The name of a database table in the Data Catalog. This table corresponds to a DataBrew dataset.
- Returns:
- The name of a database table in the Data Catalog. This table corresponds to a DataBrew dataset.
-
tempDirectory
public final S3Location tempDirectory()
Represents an Amazon location where DataBrew can store intermediate results.
- Returns:
- Represents an Amazon location where DataBrew can store intermediate results.
-
toBuilder
public DataCatalogInputDefinition.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DataCatalogInputDefinition.Builder,DataCatalogInputDefinition>
-
builder
public static DataCatalogInputDefinition.Builder builder()
-
serializableBuilderClass
public static Class<? extends DataCatalogInputDefinition.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.
-
-