@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReloadTablesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ReloadTablesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ReloadTablesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getReloadOption()
Options for reload.
|
String |
getReplicationTaskArn()
The Amazon Resource Name (ARN) of the replication task.
|
List<TableToReload> |
getTablesToReload()
The name and schema of the table to be reloaded.
|
int |
hashCode() |
void |
setReloadOption(String reloadOption)
Options for reload.
|
void |
setReplicationTaskArn(String replicationTaskArn)
The Amazon Resource Name (ARN) of the replication task.
|
void |
setTablesToReload(Collection<TableToReload> tablesToReload)
The name and schema of the table to be reloaded.
|
String |
toString()
Returns a string representation of this object.
|
ReloadTablesRequest |
withReloadOption(ReloadOptionValue reloadOption)
Options for reload.
|
ReloadTablesRequest |
withReloadOption(String reloadOption)
Options for reload.
|
ReloadTablesRequest |
withReplicationTaskArn(String replicationTaskArn)
The Amazon Resource Name (ARN) of the replication task.
|
ReloadTablesRequest |
withTablesToReload(Collection<TableToReload> tablesToReload)
The name and schema of the table to be reloaded.
|
ReloadTablesRequest |
withTablesToReload(TableToReload... tablesToReload)
The name and schema of the table to be reloaded.
|
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, withSdkRequestTimeoutpublic void setReplicationTaskArn(String replicationTaskArn)
The Amazon Resource Name (ARN) of the replication task.
replicationTaskArn - The Amazon Resource Name (ARN) of the replication task.public String getReplicationTaskArn()
The Amazon Resource Name (ARN) of the replication task.
public ReloadTablesRequest withReplicationTaskArn(String replicationTaskArn)
The Amazon Resource Name (ARN) of the replication task.
replicationTaskArn - The Amazon Resource Name (ARN) of the replication task.public List<TableToReload> getTablesToReload()
The name and schema of the table to be reloaded.
public void setTablesToReload(Collection<TableToReload> tablesToReload)
The name and schema of the table to be reloaded.
tablesToReload - The name and schema of the table to be reloaded.public ReloadTablesRequest withTablesToReload(TableToReload... tablesToReload)
The name and schema of the table to be reloaded.
NOTE: This method appends the values to the existing list (if any). Use
setTablesToReload(java.util.Collection) or withTablesToReload(java.util.Collection) if you want
to override the existing values.
tablesToReload - The name and schema of the table to be reloaded.public ReloadTablesRequest withTablesToReload(Collection<TableToReload> tablesToReload)
The name and schema of the table to be reloaded.
tablesToReload - The name and schema of the table to be reloaded.public void setReloadOption(String reloadOption)
Options for reload. Specify data-reload to reload the data and re-validate it if validation is
enabled. Specify validate-only to re-validate the table. This option applies only when validation is
enabled for the task.
Valid values: data-reload, validate-only
Default value is data-reload.
reloadOption - Options for reload. Specify data-reload to reload the data and re-validate it if validation
is enabled. Specify validate-only to re-validate the table. This option applies only when
validation is enabled for the task.
Valid values: data-reload, validate-only
Default value is data-reload.
ReloadOptionValuepublic String getReloadOption()
Options for reload. Specify data-reload to reload the data and re-validate it if validation is
enabled. Specify validate-only to re-validate the table. This option applies only when validation is
enabled for the task.
Valid values: data-reload, validate-only
Default value is data-reload.
data-reload to reload the data and re-validate it if validation
is enabled. Specify validate-only to re-validate the table. This option applies only when
validation is enabled for the task.
Valid values: data-reload, validate-only
Default value is data-reload.
ReloadOptionValuepublic ReloadTablesRequest withReloadOption(String reloadOption)
Options for reload. Specify data-reload to reload the data and re-validate it if validation is
enabled. Specify validate-only to re-validate the table. This option applies only when validation is
enabled for the task.
Valid values: data-reload, validate-only
Default value is data-reload.
reloadOption - Options for reload. Specify data-reload to reload the data and re-validate it if validation
is enabled. Specify validate-only to re-validate the table. This option applies only when
validation is enabled for the task.
Valid values: data-reload, validate-only
Default value is data-reload.
ReloadOptionValuepublic ReloadTablesRequest withReloadOption(ReloadOptionValue reloadOption)
Options for reload. Specify data-reload to reload the data and re-validate it if validation is
enabled. Specify validate-only to re-validate the table. This option applies only when validation is
enabled for the task.
Valid values: data-reload, validate-only
Default value is data-reload.
reloadOption - Options for reload. Specify data-reload to reload the data and re-validate it if validation
is enabled. Specify validate-only to re-validate the table. This option applies only when
validation is enabled for the task.
Valid values: data-reload, validate-only
Default value is data-reload.
ReloadOptionValuepublic String toString()
toString in class ObjectObject.toString()public ReloadTablesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()