@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportTableToPointInTimeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ExportTableToPointInTimeRequest() |
Modifier and Type | Method and Description |
---|---|
ExportTableToPointInTimeRequest |
clone() |
boolean |
equals(Object obj) |
String |
getClientToken()
Providing a
ClientToken makes the call to ExportTableToPointInTimeInput idempotent,
meaning that multiple identical calls have the same effect as one single call. |
String |
getExportFormat()
The format for the exported data.
|
Date |
getExportTime()
Time in the past from which to export table data.
|
String |
getS3Bucket()
The name of the Amazon S3 bucket to export the snapshot to.
|
String |
getS3BucketOwner()
The ID of the AWS account that owns the bucket the export will be stored in.
|
String |
getS3Prefix()
The Amazon S3 bucket prefix to use as the file name and path of the exported snapshot.
|
String |
getS3SseAlgorithm()
Type of encryption used on the bucket where export data will be stored.
|
String |
getS3SseKmsKeyId()
The ID of the AWS KMS managed key used to encrypt the S3 bucket where export data will be stored (if applicable).
|
String |
getTableArn()
The Amazon Resource Name (ARN) associated with the table to export.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
Providing a
ClientToken makes the call to ExportTableToPointInTimeInput idempotent,
meaning that multiple identical calls have the same effect as one single call. |
void |
setExportFormat(String exportFormat)
The format for the exported data.
|
void |
setExportTime(Date exportTime)
Time in the past from which to export table data.
|
void |
setS3Bucket(String s3Bucket)
The name of the Amazon S3 bucket to export the snapshot to.
|
void |
setS3BucketOwner(String s3BucketOwner)
The ID of the AWS account that owns the bucket the export will be stored in.
|
void |
setS3Prefix(String s3Prefix)
The Amazon S3 bucket prefix to use as the file name and path of the exported snapshot.
|
void |
setS3SseAlgorithm(String s3SseAlgorithm)
Type of encryption used on the bucket where export data will be stored.
|
void |
setS3SseKmsKeyId(String s3SseKmsKeyId)
The ID of the AWS KMS managed key used to encrypt the S3 bucket where export data will be stored (if applicable).
|
void |
setTableArn(String tableArn)
The Amazon Resource Name (ARN) associated with the table to export.
|
String |
toString()
Returns a string representation of this object.
|
ExportTableToPointInTimeRequest |
withClientToken(String clientToken)
Providing a
ClientToken makes the call to ExportTableToPointInTimeInput idempotent,
meaning that multiple identical calls have the same effect as one single call. |
ExportTableToPointInTimeRequest |
withExportFormat(ExportFormat exportFormat)
The format for the exported data.
|
ExportTableToPointInTimeRequest |
withExportFormat(String exportFormat)
The format for the exported data.
|
ExportTableToPointInTimeRequest |
withExportTime(Date exportTime)
Time in the past from which to export table data.
|
ExportTableToPointInTimeRequest |
withS3Bucket(String s3Bucket)
The name of the Amazon S3 bucket to export the snapshot to.
|
ExportTableToPointInTimeRequest |
withS3BucketOwner(String s3BucketOwner)
The ID of the AWS account that owns the bucket the export will be stored in.
|
ExportTableToPointInTimeRequest |
withS3Prefix(String s3Prefix)
The Amazon S3 bucket prefix to use as the file name and path of the exported snapshot.
|
ExportTableToPointInTimeRequest |
withS3SseAlgorithm(S3SseAlgorithm s3SseAlgorithm)
Type of encryption used on the bucket where export data will be stored.
|
ExportTableToPointInTimeRequest |
withS3SseAlgorithm(String s3SseAlgorithm)
Type of encryption used on the bucket where export data will be stored.
|
ExportTableToPointInTimeRequest |
withS3SseKmsKeyId(String s3SseKmsKeyId)
The ID of the AWS KMS managed key used to encrypt the S3 bucket where export data will be stored (if applicable).
|
ExportTableToPointInTimeRequest |
withTableArn(String tableArn)
The Amazon Resource Name (ARN) associated with the table to export.
|
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 setTableArn(String tableArn)
The Amazon Resource Name (ARN) associated with the table to export.
tableArn
- The Amazon Resource Name (ARN) associated with the table to export.public String getTableArn()
The Amazon Resource Name (ARN) associated with the table to export.
public ExportTableToPointInTimeRequest withTableArn(String tableArn)
The Amazon Resource Name (ARN) associated with the table to export.
tableArn
- The Amazon Resource Name (ARN) associated with the table to export.public void setExportTime(Date exportTime)
Time in the past from which to export table data. The table export will be a snapshot of the table's state at this point in time.
exportTime
- Time in the past from which to export table data. The table export will be a snapshot of the table's state
at this point in time.public Date getExportTime()
Time in the past from which to export table data. The table export will be a snapshot of the table's state at this point in time.
public ExportTableToPointInTimeRequest withExportTime(Date exportTime)
Time in the past from which to export table data. The table export will be a snapshot of the table's state at this point in time.
exportTime
- Time in the past from which to export table data. The table export will be a snapshot of the table's state
at this point in time.public void setClientToken(String clientToken)
Providing a ClientToken
makes the call to ExportTableToPointInTimeInput
idempotent,
meaning that multiple identical calls have the same effect as one single call.
A client token is valid for 8 hours after the first request that uses it is completed. After 8 hours, any request with the same client token is treated as a new request. Do not resubmit the same request with the same client token for more than 8 hours, or the result might not be idempotent.
If you submit a request with the same client token but a change in other parameters within the 8-hour idempotency
window, DynamoDB returns an IdempotentParameterMismatch
exception.
clientToken
- Providing a ClientToken
makes the call to ExportTableToPointInTimeInput
idempotent, meaning that multiple identical calls have the same effect as one single call.
A client token is valid for 8 hours after the first request that uses it is completed. After 8 hours, any request with the same client token is treated as a new request. Do not resubmit the same request with the same client token for more than 8 hours, or the result might not be idempotent.
If you submit a request with the same client token but a change in other parameters within the 8-hour
idempotency window, DynamoDB returns an IdempotentParameterMismatch
exception.
public String getClientToken()
Providing a ClientToken
makes the call to ExportTableToPointInTimeInput
idempotent,
meaning that multiple identical calls have the same effect as one single call.
A client token is valid for 8 hours after the first request that uses it is completed. After 8 hours, any request with the same client token is treated as a new request. Do not resubmit the same request with the same client token for more than 8 hours, or the result might not be idempotent.
If you submit a request with the same client token but a change in other parameters within the 8-hour idempotency
window, DynamoDB returns an IdempotentParameterMismatch
exception.
ClientToken
makes the call to ExportTableToPointInTimeInput
idempotent, meaning that multiple identical calls have the same effect as one single call.
A client token is valid for 8 hours after the first request that uses it is completed. After 8 hours, any request with the same client token is treated as a new request. Do not resubmit the same request with the same client token for more than 8 hours, or the result might not be idempotent.
If you submit a request with the same client token but a change in other parameters within the 8-hour
idempotency window, DynamoDB returns an IdempotentParameterMismatch
exception.
public ExportTableToPointInTimeRequest withClientToken(String clientToken)
Providing a ClientToken
makes the call to ExportTableToPointInTimeInput
idempotent,
meaning that multiple identical calls have the same effect as one single call.
A client token is valid for 8 hours after the first request that uses it is completed. After 8 hours, any request with the same client token is treated as a new request. Do not resubmit the same request with the same client token for more than 8 hours, or the result might not be idempotent.
If you submit a request with the same client token but a change in other parameters within the 8-hour idempotency
window, DynamoDB returns an IdempotentParameterMismatch
exception.
clientToken
- Providing a ClientToken
makes the call to ExportTableToPointInTimeInput
idempotent, meaning that multiple identical calls have the same effect as one single call.
A client token is valid for 8 hours after the first request that uses it is completed. After 8 hours, any request with the same client token is treated as a new request. Do not resubmit the same request with the same client token for more than 8 hours, or the result might not be idempotent.
If you submit a request with the same client token but a change in other parameters within the 8-hour
idempotency window, DynamoDB returns an IdempotentParameterMismatch
exception.
public void setS3Bucket(String s3Bucket)
The name of the Amazon S3 bucket to export the snapshot to.
s3Bucket
- The name of the Amazon S3 bucket to export the snapshot to.public String getS3Bucket()
The name of the Amazon S3 bucket to export the snapshot to.
public ExportTableToPointInTimeRequest withS3Bucket(String s3Bucket)
The name of the Amazon S3 bucket to export the snapshot to.
s3Bucket
- The name of the Amazon S3 bucket to export the snapshot to.public void setS3BucketOwner(String s3BucketOwner)
The ID of the AWS account that owns the bucket the export will be stored in.
s3BucketOwner
- The ID of the AWS account that owns the bucket the export will be stored in.public String getS3BucketOwner()
The ID of the AWS account that owns the bucket the export will be stored in.
public ExportTableToPointInTimeRequest withS3BucketOwner(String s3BucketOwner)
The ID of the AWS account that owns the bucket the export will be stored in.
s3BucketOwner
- The ID of the AWS account that owns the bucket the export will be stored in.public void setS3Prefix(String s3Prefix)
The Amazon S3 bucket prefix to use as the file name and path of the exported snapshot.
s3Prefix
- The Amazon S3 bucket prefix to use as the file name and path of the exported snapshot.public String getS3Prefix()
The Amazon S3 bucket prefix to use as the file name and path of the exported snapshot.
public ExportTableToPointInTimeRequest withS3Prefix(String s3Prefix)
The Amazon S3 bucket prefix to use as the file name and path of the exported snapshot.
s3Prefix
- The Amazon S3 bucket prefix to use as the file name and path of the exported snapshot.public void setS3SseAlgorithm(String s3SseAlgorithm)
Type of encryption used on the bucket where export data will be stored. Valid values for
S3SseAlgorithm
are:
AES256
- server-side encryption with Amazon S3 managed keys
KMS
- server-side encryption with AWS KMS managed keys
s3SseAlgorithm
- Type of encryption used on the bucket where export data will be stored. Valid values for
S3SseAlgorithm
are:
AES256
- server-side encryption with Amazon S3 managed keys
KMS
- server-side encryption with AWS KMS managed keys
S3SseAlgorithm
public String getS3SseAlgorithm()
Type of encryption used on the bucket where export data will be stored. Valid values for
S3SseAlgorithm
are:
AES256
- server-side encryption with Amazon S3 managed keys
KMS
- server-side encryption with AWS KMS managed keys
S3SseAlgorithm
are:
AES256
- server-side encryption with Amazon S3 managed keys
KMS
- server-side encryption with AWS KMS managed keys
S3SseAlgorithm
public ExportTableToPointInTimeRequest withS3SseAlgorithm(String s3SseAlgorithm)
Type of encryption used on the bucket where export data will be stored. Valid values for
S3SseAlgorithm
are:
AES256
- server-side encryption with Amazon S3 managed keys
KMS
- server-side encryption with AWS KMS managed keys
s3SseAlgorithm
- Type of encryption used on the bucket where export data will be stored. Valid values for
S3SseAlgorithm
are:
AES256
- server-side encryption with Amazon S3 managed keys
KMS
- server-side encryption with AWS KMS managed keys
S3SseAlgorithm
public ExportTableToPointInTimeRequest withS3SseAlgorithm(S3SseAlgorithm s3SseAlgorithm)
Type of encryption used on the bucket where export data will be stored. Valid values for
S3SseAlgorithm
are:
AES256
- server-side encryption with Amazon S3 managed keys
KMS
- server-side encryption with AWS KMS managed keys
s3SseAlgorithm
- Type of encryption used on the bucket where export data will be stored. Valid values for
S3SseAlgorithm
are:
AES256
- server-side encryption with Amazon S3 managed keys
KMS
- server-side encryption with AWS KMS managed keys
S3SseAlgorithm
public void setS3SseKmsKeyId(String s3SseKmsKeyId)
The ID of the AWS KMS managed key used to encrypt the S3 bucket where export data will be stored (if applicable).
s3SseKmsKeyId
- The ID of the AWS KMS managed key used to encrypt the S3 bucket where export data will be stored (if
applicable).public String getS3SseKmsKeyId()
The ID of the AWS KMS managed key used to encrypt the S3 bucket where export data will be stored (if applicable).
public ExportTableToPointInTimeRequest withS3SseKmsKeyId(String s3SseKmsKeyId)
The ID of the AWS KMS managed key used to encrypt the S3 bucket where export data will be stored (if applicable).
s3SseKmsKeyId
- The ID of the AWS KMS managed key used to encrypt the S3 bucket where export data will be stored (if
applicable).public void setExportFormat(String exportFormat)
The format for the exported data. Valid values for ExportFormat
are DYNAMODB_JSON
or
ION
.
exportFormat
- The format for the exported data. Valid values for ExportFormat
are
DYNAMODB_JSON
or ION
.ExportFormat
public String getExportFormat()
The format for the exported data. Valid values for ExportFormat
are DYNAMODB_JSON
or
ION
.
ExportFormat
are
DYNAMODB_JSON
or ION
.ExportFormat
public ExportTableToPointInTimeRequest withExportFormat(String exportFormat)
The format for the exported data. Valid values for ExportFormat
are DYNAMODB_JSON
or
ION
.
exportFormat
- The format for the exported data. Valid values for ExportFormat
are
DYNAMODB_JSON
or ION
.ExportFormat
public ExportTableToPointInTimeRequest withExportFormat(ExportFormat exportFormat)
The format for the exported data. Valid values for ExportFormat
are DYNAMODB_JSON
or
ION
.
exportFormat
- The format for the exported data. Valid values for ExportFormat
are
DYNAMODB_JSON
or ION
.ExportFormat
public String toString()
toString
in class Object
Object.toString()
public ExportTableToPointInTimeRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2021. All rights reserved.