Class TableMember
- java.lang.Object
-
- software.amazon.awssdk.services.redshiftdata.model.TableMember
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TableMember.Builder,TableMember>
@Generated("software.amazon.awssdk:codegen") public final class TableMember extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TableMember.Builder,TableMember>
The properties of a table.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTableMember.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TableMember.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the table.Stringschema()The schema containing the table.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends TableMember.Builder>serializableBuilderClass()TableMember.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringtype()The type of the table.-
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
-
name
public final String name()
The name of the table.
- Returns:
- The name of the table.
-
schema
public final String schema()
The schema containing the table.
- Returns:
- The schema containing the table.
-
type
public final String type()
The type of the table. Possible values include TABLE, VIEW, SYSTEM TABLE, GLOBAL TEMPORARY, LOCAL TEMPORARY, ALIAS, and SYNONYM.
- Returns:
- The type of the table. Possible values include TABLE, VIEW, SYSTEM TABLE, GLOBAL TEMPORARY, LOCAL TEMPORARY, ALIAS, and SYNONYM.
-
toBuilder
public TableMember.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TableMember.Builder,TableMember>
-
builder
public static TableMember.Builder builder()
-
serializableBuilderClass
public static Class<? extends TableMember.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-