@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateTableRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateTableRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateTableRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDatabaseName()
The name of the Timestream database.
|
MagneticStoreWriteProperties |
getMagneticStoreWriteProperties()
Contains properties to set on the table when enabling magnetic store writes.
|
RetentionProperties |
getRetentionProperties()
The retention duration of the memory store and the magnetic store.
|
String |
getTableName()
The name of the Timestream table.
|
int |
hashCode() |
void |
setDatabaseName(String databaseName)
The name of the Timestream database.
|
void |
setMagneticStoreWriteProperties(MagneticStoreWriteProperties magneticStoreWriteProperties)
Contains properties to set on the table when enabling magnetic store writes.
|
void |
setRetentionProperties(RetentionProperties retentionProperties)
The retention duration of the memory store and the magnetic store.
|
void |
setTableName(String tableName)
The name of the Timestream table.
|
String |
toString()
Returns a string representation of this object.
|
UpdateTableRequest |
withDatabaseName(String databaseName)
The name of the Timestream database.
|
UpdateTableRequest |
withMagneticStoreWriteProperties(MagneticStoreWriteProperties magneticStoreWriteProperties)
Contains properties to set on the table when enabling magnetic store writes.
|
UpdateTableRequest |
withRetentionProperties(RetentionProperties retentionProperties)
The retention duration of the memory store and the magnetic store.
|
UpdateTableRequest |
withTableName(String tableName)
The name of the Timestream table.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDatabaseName(String databaseName)
The name of the Timestream database.
databaseName
- The name of the Timestream database.public String getDatabaseName()
The name of the Timestream database.
public UpdateTableRequest withDatabaseName(String databaseName)
The name of the Timestream database.
databaseName
- The name of the Timestream database.public void setTableName(String tableName)
The name of the Timestream table.
tableName
- The name of the Timestream table.public String getTableName()
The name of the Timestream table.
public UpdateTableRequest withTableName(String tableName)
The name of the Timestream table.
tableName
- The name of the Timestream table.public void setRetentionProperties(RetentionProperties retentionProperties)
The retention duration of the memory store and the magnetic store.
retentionProperties
- The retention duration of the memory store and the magnetic store.public RetentionProperties getRetentionProperties()
The retention duration of the memory store and the magnetic store.
public UpdateTableRequest withRetentionProperties(RetentionProperties retentionProperties)
The retention duration of the memory store and the magnetic store.
retentionProperties
- The retention duration of the memory store and the magnetic store.public void setMagneticStoreWriteProperties(MagneticStoreWriteProperties magneticStoreWriteProperties)
Contains properties to set on the table when enabling magnetic store writes.
magneticStoreWriteProperties
- Contains properties to set on the table when enabling magnetic store writes.public MagneticStoreWriteProperties getMagneticStoreWriteProperties()
Contains properties to set on the table when enabling magnetic store writes.
public UpdateTableRequest withMagneticStoreWriteProperties(MagneticStoreWriteProperties magneticStoreWriteProperties)
Contains properties to set on the table when enabling magnetic store writes.
magneticStoreWriteProperties
- Contains properties to set on the table when enabling magnetic store writes.public String toString()
toString
in class Object
Object.toString()
public UpdateTableRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()