Class TableVersion
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.TableVersion
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TableVersion.Builder,TableVersion>
@Generated("software.amazon.awssdk:codegen") public final class TableVersion extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TableVersion.Builder,TableVersion>
Specifies a version of a table.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTableVersion.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TableVersion.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends TableVersion.Builder>serializableBuilderClass()Tabletable()The table in question.TableVersion.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringversionId()The ID value that identifies this table version.-
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
-
table
public final Table table()
The table in question.
- Returns:
- The table in question.
-
versionId
public final String versionId()
The ID value that identifies this table version. A
VersionIdis a string representation of an integer. Each version is incremented by 1.- Returns:
- The ID value that identifies this table version. A
VersionIdis a string representation of an integer. Each version is incremented by 1.
-
toBuilder
public TableVersion.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TableVersion.Builder,TableVersion>
-
builder
public static TableVersion.Builder builder()
-
serializableBuilderClass
public static Class<? extends TableVersion.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.
-
-