public static interface CancelExportTaskResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<CancelExportTaskResponse.Builder,CancelExportTaskResponse>
Modifier and Type | Method and Description |
---|---|
CancelExportTaskResponse.Builder |
exportOnly(Collection<String> exportOnly)
The data exported from the snapshot.
|
CancelExportTaskResponse.Builder |
exportOnly(String... exportOnly)
The data exported from the snapshot.
|
CancelExportTaskResponse.Builder |
exportTaskIdentifier(String exportTaskIdentifier)
A unique identifier for the snapshot export task.
|
CancelExportTaskResponse.Builder |
failureCause(String failureCause)
The reason the export failed, if it failed.
|
CancelExportTaskResponse.Builder |
iamRoleArn(String iamRoleArn)
The name of the IAM role that is used to write to Amazon S3 when exporting a snapshot.
|
CancelExportTaskResponse.Builder |
kmsKeyId(String kmsKeyId)
The key identifier of the Amazon Web Services KMS customer master key (CMK) that is used to encrypt the
snapshot when it's exported to Amazon S3.
|
CancelExportTaskResponse.Builder |
percentProgress(Integer percentProgress)
The progress of the snapshot export task as a percentage.
|
CancelExportTaskResponse.Builder |
s3Bucket(String s3Bucket)
The Amazon S3 bucket that the snapshot is exported to.
|
CancelExportTaskResponse.Builder |
s3Prefix(String s3Prefix)
The Amazon S3 bucket prefix that is the file name and path of the exported snapshot.
|
CancelExportTaskResponse.Builder |
snapshotTime(Instant snapshotTime)
The time that the snapshot was created.
|
CancelExportTaskResponse.Builder |
sourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the snapshot exported to Amazon S3.
|
CancelExportTaskResponse.Builder |
status(String status)
The progress status of the export task.
|
CancelExportTaskResponse.Builder |
taskEndTime(Instant taskEndTime)
The time that the snapshot export task completed.
|
CancelExportTaskResponse.Builder |
taskStartTime(Instant taskStartTime)
The time that the snapshot export task started.
|
CancelExportTaskResponse.Builder |
totalExtractedDataInGB(Integer totalExtractedDataInGB)
The total amount of data exported, in gigabytes.
|
CancelExportTaskResponse.Builder |
warningMessage(String warningMessage)
A warning about the snapshot export task.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
CancelExportTaskResponse.Builder exportTaskIdentifier(String exportTaskIdentifier)
A unique identifier for the snapshot export task. This ID isn't an identifier for the Amazon S3 bucket where the snapshot is exported to.
exportTaskIdentifier
- A unique identifier for the snapshot export task. This ID isn't an identifier for the Amazon S3 bucket
where the snapshot is exported to.CancelExportTaskResponse.Builder sourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the snapshot exported to Amazon S3.
sourceArn
- The Amazon Resource Name (ARN) of the snapshot exported to Amazon S3.CancelExportTaskResponse.Builder exportOnly(Collection<String> exportOnly)
The data exported from the snapshot. Valid values are the following:
database
- Export all the data from a specified database.
database.table
table-name - Export a table of the snapshot. 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. 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. Valid values are the following:
database
- Export all the data from a specified database.
database.table
table-name - Export a table of the snapshot. 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. 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.
CancelExportTaskResponse.Builder exportOnly(String... exportOnly)
The data exported from the snapshot. Valid values are the following:
database
- Export all the data from a specified database.
database.table
table-name - Export a table of the snapshot. 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. 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. Valid values are the following:
database
- Export all the data from a specified database.
database.table
table-name - Export a table of the snapshot. 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. 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.
CancelExportTaskResponse.Builder snapshotTime(Instant snapshotTime)
The time that the snapshot was created.
snapshotTime
- The time that the snapshot was created.CancelExportTaskResponse.Builder taskStartTime(Instant taskStartTime)
The time that the snapshot export task started.
taskStartTime
- The time that the snapshot export task started.CancelExportTaskResponse.Builder taskEndTime(Instant taskEndTime)
The time that the snapshot export task completed.
taskEndTime
- The time that the snapshot export task completed.CancelExportTaskResponse.Builder s3Bucket(String s3Bucket)
The Amazon S3 bucket that the snapshot is exported to.
s3Bucket
- The Amazon S3 bucket that the snapshot is exported to.CancelExportTaskResponse.Builder s3Prefix(String s3Prefix)
The Amazon S3 bucket prefix that is the file name and path of the exported snapshot.
s3Prefix
- The Amazon S3 bucket prefix that is the file name and path of the exported snapshot.CancelExportTaskResponse.Builder iamRoleArn(String iamRoleArn)
The name of the IAM role that is used to write to Amazon S3 when exporting a snapshot.
iamRoleArn
- The name of the IAM role that is used to write to Amazon S3 when exporting a snapshot.CancelExportTaskResponse.Builder kmsKeyId(String kmsKeyId)
The key identifier of the Amazon Web Services KMS customer master key (CMK) that is used to encrypt the snapshot when it's exported to Amazon S3. The Amazon Web Services KMS CMK identifier is its key ARN, key ID, alias ARN, or alias name. The IAM role used for the snapshot export must have encryption and decryption permissions to use this Amazon Web Services KMS CMK.
kmsKeyId
- The key identifier of the Amazon Web Services KMS customer master key (CMK) that is used to encrypt
the snapshot when it's exported to Amazon S3. The Amazon Web Services KMS CMK identifier is its key
ARN, key ID, alias ARN, or alias name. The IAM role used for the snapshot export must have encryption
and decryption permissions to use this Amazon Web Services KMS CMK.CancelExportTaskResponse.Builder status(String status)
The progress status of the export task.
status
- The progress status of the export task.CancelExportTaskResponse.Builder percentProgress(Integer percentProgress)
The progress of the snapshot export task as a percentage.
percentProgress
- The progress of the snapshot export task as a percentage.CancelExportTaskResponse.Builder totalExtractedDataInGB(Integer totalExtractedDataInGB)
The total amount of data exported, in gigabytes.
totalExtractedDataInGB
- The total amount of data exported, in gigabytes.CancelExportTaskResponse.Builder failureCause(String failureCause)
The reason the export failed, if it failed.
failureCause
- The reason the export failed, if it failed.CancelExportTaskResponse.Builder warningMessage(String warningMessage)
A warning about the snapshot export task.
warningMessage
- A warning about the snapshot export task.Copyright © 2021. All rights reserved.