Class TableObject
- java.lang.Object
-
- software.amazon.awssdk.services.lakeformation.model.TableObject
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TableObject.Builder,TableObject>
@Generated("software.amazon.awssdk:codegen") public final class TableObject extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TableObject.Builder,TableObject>
Specifies the details of a governed table.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTableObject.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TableObject.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringeTag()The Amazon S3 ETag of the object.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends TableObject.Builder>serializableBuilderClass()Longsize()The size of the Amazon S3 object in bytes.TableObject.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringuri()The Amazon S3 location of the 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
-
uri
public final String uri()
The Amazon S3 location of the object.
- Returns:
- The Amazon S3 location of the object.
-
eTag
public final String eTag()
The Amazon S3 ETag of the object. Returned by
GetTableObjectsfor validation and used to identify changes to the underlying data.- Returns:
- The Amazon S3 ETag of the object. Returned by
GetTableObjectsfor validation and used to identify changes to the underlying data.
-
size
public final Long size()
The size of the Amazon S3 object in bytes.
- Returns:
- The size of the Amazon S3 object in bytes.
-
toBuilder
public TableObject.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TableObject.Builder,TableObject>
-
builder
public static TableObject.Builder builder()
-
serializableBuilderClass
public static Class<? extends TableObject.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.
-
-