Uses of Interface
software.amazon.awssdk.services.rds.model.CancelExportTaskResponse.Builder
Packages that use CancelExportTaskResponse.Builder
-
Uses of CancelExportTaskResponse.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return CancelExportTaskResponse.BuilderModifier and TypeMethodDescriptionCancelExportTaskResponse.builder()CancelExportTaskResponse.Builder.exportOnly(String... exportOnly) The data exported from the snapshot or cluster.CancelExportTaskResponse.Builder.exportOnly(Collection<String> exportOnly) The data exported from the snapshot or cluster.CancelExportTaskResponse.Builder.exportTaskIdentifier(String exportTaskIdentifier) A unique identifier for the snapshot or cluster 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 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.CancelExportTaskResponse.Builder.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.CancelExportTaskResponse.Builder.snapshotTime(Instant snapshotTime) The time when the snapshot was created.The Amazon Resource Name (ARN) of the snapshot or cluster exported to Amazon S3.CancelExportTaskResponse.Builder.sourceType(String sourceType) The type of source for the export.CancelExportTaskResponse.Builder.sourceType(ExportSourceType sourceType) The type of source for the export.The progress status of the export task.CancelExportTaskResponse.Builder.taskEndTime(Instant taskEndTime) The time when the snapshot or cluster export task ended.CancelExportTaskResponse.Builder.taskStartTime(Instant taskStartTime) The time when the snapshot or cluster export task started.CancelExportTaskResponse.toBuilder()CancelExportTaskResponse.Builder.totalExtractedDataInGB(Integer totalExtractedDataInGB) The total amount of data exported, in gigabytes.CancelExportTaskResponse.Builder.warningMessage(String warningMessage) A warning about the snapshot or cluster export task.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type CancelExportTaskResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CancelExportTaskResponse.Builder>CancelExportTaskResponse.serializableBuilderClass()