@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() |
boolean |
equals(Object obj) |
String |
getDatabaseName()
The name of the Timestream database.
|
RetentionProperties |
getRetentionProperties()
The retention duration of the memory store and the magnetic store.
|
String |
getTableName()
The name of the Timesream table.
|
int |
hashCode() |
void |
setDatabaseName(String databaseName)
The name of the Timestream database.
|
void |
setRetentionProperties(RetentionProperties retentionProperties)
The retention duration of the memory store and the magnetic store.
|
void |
setTableName(String tableName)
The name of the Timesream table.
|
String |
toString()
Returns a string representation of this object.
|
UpdateTableRequest |
withDatabaseName(String databaseName)
The name of the Timestream database.
|
UpdateTableRequest |
withRetentionProperties(RetentionProperties retentionProperties)
The retention duration of the memory store and the magnetic store.
|
UpdateTableRequest |
withTableName(String tableName)
The name of the Timesream table.
|
addHandlerContext, copyBaseTo, 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 Timesream table.
tableName
- The name of the Timesream table.public String getTableName()
The name of the Timesream table.
public UpdateTableRequest withTableName(String tableName)
The name of the Timesream table.
tableName
- The name of the Timesream 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 String toString()
toString
in class Object
Object.toString()
public UpdateTableRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2020. All rights reserved.