Class GlueConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.iotanalytics.model.GlueConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<GlueConfiguration.Builder,GlueConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class GlueConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GlueConfiguration.Builder,GlueConfiguration>
Configuration information for coordination with Glue, a fully managed extract, transform and load (ETL) service.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGlueConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GlueConfiguration.Builderbuilder()StringdatabaseName()The name of the database in your Glue Data Catalog in which the table is located.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends GlueConfiguration.Builder>serializableBuilderClass()StringtableName()The name of the table in your Glue Data Catalog that is used to perform the ETL operations.GlueConfiguration.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
-
tableName
public final String tableName()
The name of the table in your Glue Data Catalog that is used to perform the ETL operations. An Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.
- Returns:
- The name of the table in your Glue Data Catalog that is used to perform the ETL operations. An Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.
-
databaseName
public final String databaseName()
The name of the database in your Glue Data Catalog in which the table is located. An Glue Data Catalog database contains metadata tables.
- Returns:
- The name of the database in your Glue Data Catalog in which the table is located. An Glue Data Catalog database contains metadata tables.
-
toBuilder
public GlueConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GlueConfiguration.Builder,GlueConfiguration>
-
builder
public static GlueConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends GlueConfiguration.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.
-
-