@Generated(value="software.amazon.awssdk:codegen") public final class UpdateConfiguredTableAssociationRequest extends CleanRoomsRequest implements ToCopyableBuilder<UpdateConfiguredTableAssociationRequest.Builder,UpdateConfiguredTableAssociationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateConfiguredTableAssociationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateConfiguredTableAssociationRequest.Builder |
builder() |
String |
configuredTableAssociationIdentifier()
The unique identifier for the configured table association to update.
|
String |
description()
A new description for the configured table association.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
membershipIdentifier()
The unique ID for the membership that the configured table association belongs to.
|
String |
roleArn()
The service will assume this role to access catalog metadata and query the table.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateConfiguredTableAssociationRequest.Builder> |
serializableBuilderClass() |
UpdateConfiguredTableAssociationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String configuredTableAssociationIdentifier()
The unique identifier for the configured table association to update. Currently accepts the configured table association ID.
public final String membershipIdentifier()
The unique ID for the membership that the configured table association belongs to.
public final String description()
A new description for the configured table association.
public final String roleArn()
The service will assume this role to access catalog metadata and query the table.
public UpdateConfiguredTableAssociationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateConfiguredTableAssociationRequest.Builder,UpdateConfiguredTableAssociationRequest>toBuilder in class CleanRoomsRequestpublic static UpdateConfiguredTableAssociationRequest.Builder builder()
public static Class<? extends UpdateConfiguredTableAssociationRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.