@Generated(value="software.amazon.awssdk:codegen") public final class UpdateTableRequest extends TimestreamWriteRequest implements ToCopyableBuilder<UpdateTableRequest.Builder,UpdateTableRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateTableRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateTableRequest.Builder |
builder() |
String |
databaseName()
The name of the Timestream database.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
MagneticStoreWriteProperties |
magneticStoreWriteProperties()
Contains properties to set on the table when enabling magnetic store writes.
|
RetentionProperties |
retentionProperties()
The retention duration of the memory store and the magnetic store.
|
Schema |
schema()
The schema of the table.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateTableRequest.Builder> |
serializableBuilderClass() |
String |
tableName()
The name of the Timestream table.
|
UpdateTableRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String databaseName()
The name of the Timestream database.
public final String tableName()
The name of the Timestream table.
public final RetentionProperties retentionProperties()
The retention duration of the memory store and the magnetic store.
public final MagneticStoreWriteProperties magneticStoreWriteProperties()
Contains properties to set on the table when enabling magnetic store writes.
public final Schema schema()
The schema of the table.
public UpdateTableRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateTableRequest.Builder,UpdateTableRequest>toBuilder in class TimestreamWriteRequestpublic static UpdateTableRequest.Builder builder()
public static Class<? extends UpdateTableRequest.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.