public static interface StartExportTaskResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<StartExportTaskResponse.Builder,StartExportTaskResponse>
| Modifier and Type | Method and Description |
|---|---|
StartExportTaskResponse.Builder |
exportOnly(Collection<String> exportOnly)
The data exported from the snapshot or cluster.
|
StartExportTaskResponse.Builder |
exportOnly(String... exportOnly)
The data exported from the snapshot or cluster.
|
StartExportTaskResponse.Builder |
exportTaskIdentifier(String exportTaskIdentifier)
A unique identifier for the snapshot or cluster export task.
|
StartExportTaskResponse.Builder |
failureCause(String failureCause)
The reason the export failed, if it failed.
|
StartExportTaskResponse.Builder |
iamRoleArn(String iamRoleArn)
The name of the IAM role that is used to write to Amazon S3 when exporting a snapshot or cluster.
|
StartExportTaskResponse.Builder |
kmsKeyId(String kmsKeyId)
The key identifier of the Amazon Web Services KMS key that is used to encrypt the data when it's exported to
Amazon S3.
|
StartExportTaskResponse.Builder |
percentProgress(Integer percentProgress)
The progress of the snapshot or cluster export task as a percentage.
|
StartExportTaskResponse.Builder |
s3Bucket(String s3Bucket)
The Amazon S3 bucket that the snapshot or cluster is exported to.
|
StartExportTaskResponse.Builder |
s3Prefix(String s3Prefix)
The Amazon S3 bucket prefix that is the file name and path of the exported data.
|
StartExportTaskResponse.Builder |
snapshotTime(Instant snapshotTime)
The time that the snapshot was created.
|
StartExportTaskResponse.Builder |
sourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the snapshot or cluster exported to Amazon S3.
|
StartExportTaskResponse.Builder |
sourceType(ExportSourceType sourceType)
The type of source for the export.
|
StartExportTaskResponse.Builder |
sourceType(String sourceType)
The type of source for the export.
|
StartExportTaskResponse.Builder |
status(String status)
The progress status of the export task.
|
StartExportTaskResponse.Builder |
taskEndTime(Instant taskEndTime)
The time that the snapshot or cluster export task ended.
|
StartExportTaskResponse.Builder |
taskStartTime(Instant taskStartTime)
The time that the snapshot or cluster export task started.
|
StartExportTaskResponse.Builder |
totalExtractedDataInGB(Integer totalExtractedDataInGB)
The total amount of data exported, in gigabytes.
|
StartExportTaskResponse.Builder |
warningMessage(String warningMessage)
A warning about the snapshot or cluster export task.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartExportTaskResponse.Builder exportTaskIdentifier(String exportTaskIdentifier)
A unique identifier for the snapshot or cluster export task. This ID isn't an identifier for the Amazon S3 bucket where the data is exported.
exportTaskIdentifier - A unique identifier for the snapshot or cluster export task. This ID isn't an identifier for the
Amazon S3 bucket where the data is exported.StartExportTaskResponse.Builder sourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the snapshot or cluster exported to Amazon S3.
sourceArn - The Amazon Resource Name (ARN) of the snapshot or cluster exported to Amazon S3.StartExportTaskResponse.Builder exportOnly(Collection<String> exportOnly)
The data exported from the snapshot or cluster. Valid values are the following:
database - Export all the data from a specified database.
database.table table-name - Export a table of the snapshot or cluster. This format is
valid only for RDS for MySQL, RDS for MariaDB, and Aurora MySQL.
database.schema schema-name - Export a database schema of the snapshot or cluster. This
format is valid only for RDS for PostgreSQL and Aurora PostgreSQL.
database.schema.table table-name - Export a table of the database schema. This format is
valid only for RDS for PostgreSQL and Aurora PostgreSQL.
exportOnly - The data exported from the snapshot or cluster. Valid values are the following:
database - Export all the data from a specified database.
database.table table-name - Export a table of the snapshot or cluster. This format
is valid only for RDS for MySQL, RDS for MariaDB, and Aurora MySQL.
database.schema schema-name - Export a database schema of the snapshot or cluster.
This format is valid only for RDS for PostgreSQL and Aurora PostgreSQL.
database.schema.table table-name - Export a table of the database schema. This
format is valid only for RDS for PostgreSQL and Aurora PostgreSQL.
StartExportTaskResponse.Builder exportOnly(String... exportOnly)
The data exported from the snapshot or cluster. Valid values are the following:
database - Export all the data from a specified database.
database.table table-name - Export a table of the snapshot or cluster. This format is
valid only for RDS for MySQL, RDS for MariaDB, and Aurora MySQL.
database.schema schema-name - Export a database schema of the snapshot or cluster. This
format is valid only for RDS for PostgreSQL and Aurora PostgreSQL.
database.schema.table table-name - Export a table of the database schema. This format is
valid only for RDS for PostgreSQL and Aurora PostgreSQL.
exportOnly - The data exported from the snapshot or cluster. Valid values are the following:
database - Export all the data from a specified database.
database.table table-name - Export a table of the snapshot or cluster. This format
is valid only for RDS for MySQL, RDS for MariaDB, and Aurora MySQL.
database.schema schema-name - Export a database schema of the snapshot or cluster.
This format is valid only for RDS for PostgreSQL and Aurora PostgreSQL.
database.schema.table table-name - Export a table of the database schema. This
format is valid only for RDS for PostgreSQL and Aurora PostgreSQL.
StartExportTaskResponse.Builder snapshotTime(Instant snapshotTime)
The time that the snapshot was created.
snapshotTime - The time that the snapshot was created.StartExportTaskResponse.Builder taskStartTime(Instant taskStartTime)
The time that the snapshot or cluster export task started.
taskStartTime - The time that the snapshot or cluster export task started.StartExportTaskResponse.Builder taskEndTime(Instant taskEndTime)
The time that the snapshot or cluster export task ended.
taskEndTime - The time that the snapshot or cluster export task ended.StartExportTaskResponse.Builder s3Bucket(String s3Bucket)
The Amazon S3 bucket that the snapshot or cluster is exported to.
s3Bucket - The Amazon S3 bucket that the snapshot or cluster is exported to.StartExportTaskResponse.Builder s3Prefix(String s3Prefix)
The Amazon S3 bucket prefix that is the file name and path of the exported data.
s3Prefix - The Amazon S3 bucket prefix that is the file name and path of the exported data.StartExportTaskResponse.Builder iamRoleArn(String iamRoleArn)
The name of the IAM role that is used to write to Amazon S3 when exporting a snapshot or cluster.
iamRoleArn - The name of the IAM role that is used to write to Amazon S3 when exporting a snapshot or cluster.StartExportTaskResponse.Builder kmsKeyId(String kmsKeyId)
The key identifier of the Amazon Web Services KMS key that is used to encrypt the data when it's exported to Amazon S3. The KMS key identifier is its key ARN, key ID, alias ARN, or alias name. The IAM role used for the export must have encryption and decryption permissions to use this KMS key.
kmsKeyId - The key identifier of the Amazon Web Services KMS key that is used to encrypt the data when it's
exported to Amazon S3. The KMS key identifier is its key ARN, key ID, alias ARN, or alias name. The
IAM role used for the export must have encryption and decryption permissions to use this KMS key.StartExportTaskResponse.Builder status(String status)
The progress status of the export task. The status can be one of the following:
CANCELED
CANCELING
COMPLETE
FAILED
IN_PROGRESS
STARTING
status - The progress status of the export task. The status can be one of the following:
CANCELED
CANCELING
COMPLETE
FAILED
IN_PROGRESS
STARTING
StartExportTaskResponse.Builder percentProgress(Integer percentProgress)
The progress of the snapshot or cluster export task as a percentage.
percentProgress - The progress of the snapshot or cluster export task as a percentage.StartExportTaskResponse.Builder totalExtractedDataInGB(Integer totalExtractedDataInGB)
The total amount of data exported, in gigabytes.
totalExtractedDataInGB - The total amount of data exported, in gigabytes.StartExportTaskResponse.Builder failureCause(String failureCause)
The reason the export failed, if it failed.
failureCause - The reason the export failed, if it failed.StartExportTaskResponse.Builder warningMessage(String warningMessage)
A warning about the snapshot or cluster export task.
warningMessage - A warning about the snapshot or cluster export task.StartExportTaskResponse.Builder sourceType(String sourceType)
The type of source for the export.
sourceType - The type of source for the export.ExportSourceType,
ExportSourceTypeStartExportTaskResponse.Builder sourceType(ExportSourceType sourceType)
The type of source for the export.
sourceType - The type of source for the export.ExportSourceType,
ExportSourceTypeCopyright © 2023. All rights reserved.