Interface ExportTask.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ExportTask.Builder,,- ExportTask> - SdkBuilder<ExportTask.Builder,,- ExportTask> - SdkPojo
- Enclosing class:
- ExportTask
- 
Method SummaryModifier and TypeMethodDescriptionexportOnly(String... exportOnly) The data exported from the snapshot or cluster.exportOnly(Collection<String> exportOnly) The data exported from the snapshot or cluster.exportTaskIdentifier(String exportTaskIdentifier) A unique identifier for the snapshot or cluster export task.failureCause(String failureCause) The reason the export failed, if it failed.iamRoleArn(String iamRoleArn) The name of the IAM role that is used to write to Amazon S3 when exporting a snapshot or cluster.The key identifier of the Amazon Web Services KMS key that is used to encrypt the data when it's exported to Amazon S3.percentProgress(Integer percentProgress) The progress of the snapshot or cluster export task as a percentage.The Amazon S3 bucket where the snapshot or cluster is exported to.The Amazon S3 bucket prefix that is the file name and path of the exported data.snapshotTime(Instant snapshotTime) The time when the snapshot was created.The Amazon Resource Name (ARN) of the snapshot or cluster exported to Amazon S3.sourceType(String sourceType) The type of source for the export.sourceType(ExportSourceType sourceType) The type of source for the export.The progress status of the export task.taskEndTime(Instant taskEndTime) The time when the snapshot or cluster export task ended.taskStartTime(Instant taskStartTime) The time when the snapshot or cluster export task started.totalExtractedDataInGB(Integer totalExtractedDataInGB) The total amount of data exported, in gigabytes.warningMessage(String warningMessage) A warning about the snapshot or cluster export task.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
exportTaskIdentifierA 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. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sourceArnThe Amazon Resource Name (ARN) of the snapshot or cluster exported to Amazon S3. - Parameters:
- sourceArn- The Amazon Resource Name (ARN) of the snapshot or cluster exported to Amazon S3.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
exportOnlyThe data exported from the snapshot or cluster. Valid Values: - 
 database- Export all the data from a specified database.
- 
 database.tabletable-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.schemaschema-name - Export a database schema of the snapshot or cluster. This format is valid only for RDS for PostgreSQL and Aurora PostgreSQL.
- 
 database.schema.tabletable-name - Export a table of the database schema. This format is valid only for RDS for PostgreSQL and Aurora PostgreSQL.
 - Parameters:
- exportOnly- The data exported from the snapshot or cluster.- Valid Values: - 
        database- Export all the data from a specified database.
- 
        database.tabletable-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.schemaschema-name - Export a database schema of the snapshot or cluster. This format is valid only for RDS for PostgreSQL and Aurora PostgreSQL.
- 
        database.schema.tabletable-name - Export a table of the database schema. This format is valid only for RDS for PostgreSQL and Aurora PostgreSQL.
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
 
- 
exportOnlyThe data exported from the snapshot or cluster. Valid Values: - 
 database- Export all the data from a specified database.
- 
 database.tabletable-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.schemaschema-name - Export a database schema of the snapshot or cluster. This format is valid only for RDS for PostgreSQL and Aurora PostgreSQL.
- 
 database.schema.tabletable-name - Export a table of the database schema. This format is valid only for RDS for PostgreSQL and Aurora PostgreSQL.
 - Parameters:
- exportOnly- The data exported from the snapshot or cluster.- Valid Values: - 
        database- Export all the data from a specified database.
- 
        database.tabletable-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.schemaschema-name - Export a database schema of the snapshot or cluster. This format is valid only for RDS for PostgreSQL and Aurora PostgreSQL.
- 
        database.schema.tabletable-name - Export a table of the database schema. This format is valid only for RDS for PostgreSQL and Aurora PostgreSQL.
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
 
- 
snapshotTimeThe time when the snapshot was created. - Parameters:
- snapshotTime- The time when the snapshot was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
taskStartTimeThe time when the snapshot or cluster export task started. - Parameters:
- taskStartTime- The time when the snapshot or cluster export task started.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
taskEndTimeThe time when the snapshot or cluster export task ended. - Parameters:
- taskEndTime- The time when the snapshot or cluster export task ended.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
s3BucketThe Amazon S3 bucket where the snapshot or cluster is exported to. - Parameters:
- s3Bucket- The Amazon S3 bucket where the snapshot or cluster is exported to.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
s3PrefixThe Amazon S3 bucket prefix that is the file name and path of the exported data. - Parameters:
- s3Prefix- The Amazon S3 bucket prefix that is the file name and path of the exported data.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
iamRoleArnThe name of the IAM role that is used to write to Amazon S3 when exporting a snapshot or cluster. - Parameters:
- iamRoleArn- The name of the IAM role that is used to write to Amazon S3 when exporting a snapshot or cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
kmsKeyIdThe 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. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe progress status of the export task. The status can be one of the following: - 
 CANCELED
- 
 CANCELING
- 
 COMPLETE
- 
 FAILED
- 
 IN_PROGRESS
- 
 STARTING
 - Parameters:
- status- The progress status of the export task. The status can be one of the following:- 
        CANCELED
- 
        CANCELING
- 
        COMPLETE
- 
        FAILED
- 
        IN_PROGRESS
- 
        STARTING
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
 
- 
percentProgressThe progress of the snapshot or cluster export task as a percentage. - Parameters:
- percentProgress- The progress of the snapshot or cluster export task as a percentage.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
totalExtractedDataInGBThe total amount of data exported, in gigabytes. - Parameters:
- totalExtractedDataInGB- The total amount of data exported, in gigabytes.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
failureCauseThe reason the export failed, if it failed. - Parameters:
- failureCause- The reason the export failed, if it failed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
warningMessageA warning about the snapshot or cluster export task. - Parameters:
- warningMessage- A warning about the snapshot or cluster export task.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sourceTypeThe type of source for the export. - Parameters:
- sourceType- The type of source for the export.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
sourceTypeThe type of source for the export. - Parameters:
- sourceType- The type of source for the export.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-