Class SnowflakeTableReference
- java.lang.Object
-
- software.amazon.awssdk.services.cleanrooms.model.SnowflakeTableReference
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SnowflakeTableReference.Builder,SnowflakeTableReference>
@Generated("software.amazon.awssdk:codegen") public final class SnowflakeTableReference extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SnowflakeTableReference.Builder,SnowflakeTableReference>
A reference to a table within Snowflake.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSnowflakeTableReference.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccountIdentifier()The account identifier for the Snowflake table reference.static SnowflakeTableReference.Builderbuilder()StringdatabaseName()The name of the database the Snowflake table belongs to.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringschemaName()The schema name of the Snowflake table reference.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()StringsecretArn()The secret ARN of the Snowflake table reference.static Class<? extends SnowflakeTableReference.Builder>serializableBuilderClass()StringtableName()The name of the Snowflake table.SnowflakeTableSchematableSchema()The schema of the Snowflake table.SnowflakeTableReference.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
-
secretArn
public final String secretArn()
The secret ARN of the Snowflake table reference.
- Returns:
- The secret ARN of the Snowflake table reference.
-
accountIdentifier
public final String accountIdentifier()
The account identifier for the Snowflake table reference.
- Returns:
- The account identifier for the Snowflake table reference.
-
databaseName
public final String databaseName()
The name of the database the Snowflake table belongs to.
- Returns:
- The name of the database the Snowflake table belongs to.
-
tableName
public final String tableName()
The name of the Snowflake table.
- Returns:
- The name of the Snowflake table.
-
schemaName
public final String schemaName()
The schema name of the Snowflake table reference.
- Returns:
- The schema name of the Snowflake table reference.
-
tableSchema
public final SnowflakeTableSchema tableSchema()
The schema of the Snowflake table.
- Returns:
- The schema of the Snowflake table.
-
toBuilder
public SnowflakeTableReference.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SnowflakeTableReference.Builder,SnowflakeTableReference>
-
builder
public static SnowflakeTableReference.Builder builder()
-
serializableBuilderClass
public static Class<? extends SnowflakeTableReference.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
-
-