@Generated(value="software.amazon.awssdk:codegen") public final class ConfiguredTableAssociation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConfiguredTableAssociation.Builder,ConfiguredTableAssociation>
A configured table association links a configured table to a collaboration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConfiguredTableAssociation.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The unique ARN for the configured table association.
|
static ConfiguredTableAssociation.Builder |
builder() |
String |
configuredTableArn()
The unique ARN for the configured table that the association refers to.
|
String |
configuredTableId()
The unique ID for the configured table that the association refers to.
|
Instant |
createTime()
The time the configured table association was created.
|
String |
description()
A description of the configured table association.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The unique ID for the configured table association.
|
String |
membershipArn()
The unique ARN for the membership this configured table association belongs to.
|
String |
membershipId()
The unique ID for the membership this configured table association belongs to.
|
String |
name()
The name of the configured table association, in lowercase.
|
String |
roleArn()
The service will assume this role to access catalog metadata and query the table.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConfiguredTableAssociation.Builder> |
serializableBuilderClass() |
ConfiguredTableAssociation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updateTime()
The time the configured table association was last updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The unique ARN for the configured table association.
public final String id()
The unique ID for the configured table association.
public final String configuredTableId()
The unique ID for the configured table that the association refers to.
public final String configuredTableArn()
The unique ARN for the configured table that the association refers to.
public final String membershipId()
The unique ID for the membership this configured table association belongs to.
public final String membershipArn()
The unique ARN for the membership this configured table association belongs to.
public final String roleArn()
The service will assume this role to access catalog metadata and query the table.
public final String name()
The name of the configured table association, in lowercase. The table is identified by this name when running protected queries against the underlying data.
public final String description()
A description of the configured table association.
public final Instant createTime()
The time the configured table association was created.
public final Instant updateTime()
The time the configured table association was last updated.
public ConfiguredTableAssociation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ConfiguredTableAssociation.Builder,ConfiguredTableAssociation>public static ConfiguredTableAssociation.Builder builder()
public static Class<? extends ConfiguredTableAssociation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.